mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-18 14:59:29 +00:00
4.2 KiB
4.2 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)
- bellNumbers(n)
- 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)
- composition(n, k)
- 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])
- fraction(numerator, denominator)
- gamma(n)
- gcd(a, b)
- help(search)
- im(x)
- index(range1, range2, ...)
- intersect(endPoint1Line1, endPoint2Line1, endPoint1Line2, endPoint2Line2)
- inv(x)
- isInteger(x)
- isNegative(x)
- isNumeric(x)
- isPositive(x)
- isZero(x)
- larger(x, y)
- largerEq(x, y)
- lcm(a, b)
- leftShift(x, y)
- log(x [, base])
- log10(x)
- lsolve(L, b)
- lup(A)
- lusolve(A, b)
- map(x, callback)
- matrix(x)
- max(a, b, c, ...)
- mean(a, b, c, ...)
- median(a, b, c, ...)
- min(a, b, c, ...)
- mod(x, y)
- multinomial(a)
- multiply(x, y)
- norm(x [, p])
- not(x)
- nthRoot(a)
- number(value)
- ones(m, n, p, ...)
- or(x, y)
- parse(expr [, scope])
- parser()
- partitionSelect(x, k)
- permutations(n [, k])
- pickRandom(array)
- pow(x, y)
- print(template, values [, precision])
- prod(a, b, c, ...)
- quantileSeq(A, prob[, sorted])
- 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)
- slu(A, order, threshold)
- smaller(x, y)
- smallerEq(x, y)
- sort(x)
- sqrt(x)
- square(x)
- squeeze(x)
- std(a, b, c, ...)
- stirlingS2(n, k)
- 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)
- usolve(U, b)
- var(a, b, c, ...)
- xgcd(a, b)
- xor(x, y)
- zeros(m, n, p, ...)