Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 538 Bytes

README.md

File metadata and controls

47 lines (28 loc) · 538 Bytes

Math

Standard library math.

Usage

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

math

Standard library math.

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

Examples

var getKeys = require( 'object-keys' ).shim();
var math = require( '@stdlib/math' );

console.log( getKeys( math ) );