/complex-ext.js

Implementation of complex number in Javascript without any other libraries and frameworks.

Primary LanguageJavaScript

complex-ext.js

Implementation of complex number in Javascript without any other libraries and frameworks.

Get Started

Require(Import) module to start.

const { Complex, ComplexMath } = require(PATH);