alkalitop / complex-ext.js

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 100.0%