Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 625 Bytes

File metadata and controls

47 lines (28 loc) · 625 Bytes

Complex Numbers

Standard library base complex number math functions.

Usage

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

ns

Standard library base complex number math functions.

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

Examples

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

console.log( getKeys( ns ) );