Math

Math functions.

Usage

var math = require( '@stdlib/math' );

math

Namespace containing math functions.

var m = math;
// returns {...}

The namespace consists of the following sub-namespaces:

Examples

var objectKeys = require( '@stdlib/utils/keys' );
var math = require( '@stdlib/math' );

console.log( objectKeys( math ) );