mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-18 14:59:29 +00:00
3.6 KiB
3.6 KiB
Function reference (alphabetical)
- abs(x)
- acos(x)
- acosh(x)
- acot(x)
- acoth(x)
- acsc(x)
- acsch(x)
- add(x, y)
- and(x, y)
- arg(x)
- asec(x)
- asech(x)
- asin(x)
- asinh(x)
- atan(x)
- atan2(y, x)
- atanh(x)
- bignumber(x)
- bitAnd(x, y)
- bitNot(x)
- bitOr(x, y)
- bitXor(x, y)
- boolean(x)
- ceil(x)
- chain(value)
- clone(x)
- combinations(n, k)
- compare(x, y)
- compile(expr)
- complex(re, im)
- concat(a, b, c, ... [, dim])
- conj(x)
- cos(x)
- cosh(x)
- cot(x)
- coth(x)
- cross(x, y)
- csc(x)
- csch(x)
- cube(x)
- deepEqual(x, y)
- det(x)
- diag(X)
- distribution(name)
- divide(x, y)
- dot(x, y)
- dotDivide(x, y)
- dotMultiply(x, y)
- dotPow(x, y)
- equal(x, y)
- eval(expr [, scope])
- exp(x)
- eye(n)
- factorial(n)
- filter(x, test)
- fix(x)
- flatten(x)
- floor(x)
- forEach(x, callback)
- format(value [, precision])
- gamma(n)
- gcd(a, b)
- help(search)
- im(x)
- import(filename | object, override)
- index(range1, range2, ...)
- inv(x)
- larger(x, y)
- largerEq(x, y)
- lcm(a, b)
- leftShift(x, y)
- log(x [, base])
- log10(x)
- map(x, callback)
- matrix(x)
- max(a, b, c, ...)
- mean(a, b, c, ...)
- median(a, b, c, ...)
- min(a, b, c, ...)
- mod(x, y)
- multiply(x, y)
- norm(x [, p])
- not(x)
- nthRoot(a, root)
- number(value)
- ones(m, n, p, ...)
- or(x, y)
- parse(expr [, scope])
- parser()
- permutations(n)
- pickRandom(array)
- pow(x, y)
- print(template, values [, precision])
- prod(a, b, c, ...)
- random([min, max])
- randomInt([min, max])
- range(start, end [, step])
- re(x)
- resize(x, size [, defaultValue])
- rightArithShift(x, y)
- rightLogShift(x, y)
- round(x [, n])
- sec(x)
- sech(x)
- sign(x)
- sin(x)
- sinh(x)
- size(x)
- smaller(x, y)
- smallerEq(x, y)
- sort(x)
- sqrt(x)
- square(x)
- squeeze(x)
- std(a, b, c, ...)
- string(value)
- subset(x, index [, replacement])
- subtract(x, y)
- sum(a, b, c, ...)
- tan(x)
- tanh(x)
- to(x, unit)
- trace(x)
- transpose(x)
- typeof(x)
- unaryMinus(x)
- unaryPlus(x)
- unequal(x, y)
- unit(x)
- var(a, b, c, ...)
- xgcd(a, b)
- xor(x, y)
- zeros(m, n, p, ...)