complex12

1.0.5 • Public • Published

complex12 -- A module is designed for computing complex number.

Introduction

npm install complex12

##Use complex12

file�Gcomplex1.js

var Com = require('./complex12');
var a=new Com(4,1), b=new Com(2,1);
var x=new Com(1,2), y=new Com(2,1);

Readme

Keywords

Package Sidebar

Install

npm i complex12

Weekly Downloads

1

Version

1.0.5

License

ISC

Last publish

Collaborators

  • sjkry505