Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 517 Bytes

features.md

File metadata and controls

14 lines (9 loc) · 517 Bytes

Available MATH functions include:

abs, floor, ceil, trunc, round, roundeven, round_half_down, round_half_up, rsqrt, exp2, exp, log, log2, tanh, reciprocal, acos, asin, atan, cos, sin, tan, acosh, asinh, atanh, cosh, sinh, expm1, log10, log1p, cbrt, pow, mod, mul, sub, add, div, copysign, atan2, hypot, nextafter, scalb, remainder

Array Routines

arange, linspace, logspace, geomspace zeros, eye, identity, ones, fill

Stats

sum, prod, mean, mode, median, maxT, minT, pvariance, variance, pstdev, stdev