mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-25 15:07:57 +00:00
2.8 KiB
2.8 KiB
Function reference (alphabetical)
- abs(x)
- acos(x)
- add(x, y)
- arg(x)
- asin(x)
- atan(x)
- atan2(y, x)
- bignumber(x)
- boolean(x)
- ceil(x)
- clone(x)
- combinations(n, k)
- compare(x, y)
- compile(expr)
- complex()
- concat(A, B, C, ...)
- conj(x)
- cos(x)
- cosh(x)
- cot(x)
- coth(x)
- csc(x)
- csch(x)
- cube(x)
- deepEqual(x, y)
- det(x)
- diag(X)
- distribution(name)
- divide(x, y)
- dotDivide(x, y)
- dotMultiply(x, y)
- dotPow(x, y)
- equal(x, y)
- eval(expr)
- exp(x)
- eye(n)
- factorial(n)
- fix(x)
- floor(x)
- forEach(x, callback)
- format(value)
- gcd(a, b)
- help(search)
- ifElse(condition, trueExpr, falseExpr)
- im(x)
- import(object)
- index(range1, range2, ...)
- inv(x)
- larger(x, y)
- largerEq(x, y)
- lcm(a, b)
- log(x)
- log10(x)
- map(x, callback)
- matrix()
- max(a, b, c, ...)
- mean.mean(a, b, c, ...)
- mean.median(a, b, c, ...)
- min(a, b, c, ...)
- mod(x, y)
- multiply(x, y)
- norm(x)
- number(value)
- ones(m)
- parse(expr)
- parser()
- permutations(n)
- pickRandom(array)
- pow(x, y)
- print(template, values)
- prod(a, b, c, ...)
- random()
- randomInt()
- range(str [, includeEnd])
- re(x)
- resize(x, size)
- round(x)
- sec(x)
- sech(x)
- select(value)
- sign(x)
- sin(x)
- sinh(x)
- size(x)
- smaller(x, y)
- smallerEq(x, y)
- sqrt(x)
- square(x)
- squeeze(x)
- std(a, b, c, ...)
- string(value)
- subset(value, index)
- subtract(x, y)
- sum(a, b, c, ...)
- tan(x)
- tanh(x)
- to(x, unit)
- transpose(x)
- typeof(x)
- unaryMinus(x)
- unaryPlus(x)
- unequal(x, y)
- unit(unit : string)
- var(a, b, c, ...)
- xgcd(a, b)
- zeros(m)