Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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 {...}

The namespace contains the following functions for working with complex numbers:

Examples

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

console.log( objectKeys( ns ) );