Skip to content

Latest commit

 

History

History

math

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 ) );