Functions

f
erf(x: number): number

Error function.

f
erfc(x: number): number

Complementary error function.

f
erfcinv(y: number): number

Inverse complementary error function.

f
erfinv(y: number): number

Inverse error function.

f
log(x: numarraymatrix): numarraymatrix
3 overloads

Computes the natural logarithm (base e).

f
sign(x: number): number

Computes the sign of a number.

f
sqrt(x: numarraymatrix): numarraymatrix
6 overloads

Computes the square root of a number, array, or matrix.

Usage

import * as elmath__Elementary_mathematical_functions___This_module_provides_utilities_for____Exponential_and_logarithmic_functions__exp__log__sqrt____Absolute_value_and_sign__abs__sign____Error_functions__erf__erfc__erfinv__erfcinv_ from "elmath/index.ts";