Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Base Math

Standard library math base implementations.

Usage

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

math

Standard library base math.

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

Examples

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

console.log( getKeys( ns ) );