|
||
---|---|---|
.. | ||
abs | ||
docs/types | ||
lib | ||
package.json | ||
README.md |
Special Functions
Standard library special math functions.
Usage
var ns = require( '@stdlib/math/special' );
ns
Standard library special math functions.
var o = ns;
// returns {...}
Exponential & Logarithmic Functions
Trigonometric Functions
Bessel Functions
Absolute Value and Rounding Functions
abs( x[, options] )
: compute the absolute value.
Other Special Functions
Examples
var objectKeys = require( '@stdlib/utils/keys' );
var ns = require( '@stdlib/math/special' );
console.log( objectKeys( ns ) );