This release adds a number of new WarpLib functions:
Interpolators:
INTERPOLATOR.1D.LINEAR
INTERPOLATOR.1D.SPLINE
INTERPOLATOR.1D.AKIMA
INTERPOLATOR.2D.BICUBIC
INTERPOLATOR.3D.TRICUBIC
INTERPOLATOR.ND.MICROSPHERE
INTERPOLATOR.ND.SMICROSPHERE
Functions for manipulating Big Integers, allowing for example to develop cryptography applications right from within Warp 10:
BDCEIL
BDROUND
BDFLOOR
BDSIGNUM
BDCLEAR
BDRAND
SBDRAND
BDPROBABLEPRIME
SBDPROBABLEPRIME
BDAND
BDANDNOT
BDBITLENGTH
BDBITCOUNT
BDCLEARBIT
BDDIVIDEANDREMAINDER
BDFLIPBIT
BDGCD
BDLWESTSETBIT
BDISPROBABLEPRIME
BDNOT
BDOR
BDSETBIT
BDSHIFTLEFT
BDSHIFTRIGHT
BDTESTBIT
BDXOR
Introduced scoped tokens to constraint retrieved GTS to a narrower scope than the explicit selection criteria.