Numeric utilities.
baserep
|
v
|
y in base x
|
clean
|
v
|
clean y to tolerance of x (default 1e_10)
|
colsum
|
v
|
sum data columns of matrix by key
|
groupndx
|
v
|
group indices of y in x
|
int01
|
v
|
interval in n steps from 0 to 1 (= steps 0 1,n)
|
linsert
|
v
|
linear insert x (default 2) steps into y
|
randomize
|
v
|
sets a random value into random link
|
range
|
v
|
range from a to b [in steps of c]
|
recur
|
v
|
solves recurrence r(i)=a(i)+r(i-1)*m(i-1)
|
round
|
v
|
round y to nearest x (e.g. 1000 round 12345)
|
roundbanker
|
v
|
round y to nearest x with bankers rounding
|
rounddist
|
v
|
round y to nearest x preserving total
|
rounddown
|
v
|
round y down to nearest x (e.g. 1000 round 12345)
|
roundint
|
v
|
round to nearest integer
|
roundup
|
v
|
round y up to nearest x (e.g. 1000 round 12345)
|
steps
|
v
|
steps from a to b in c steps
|