1.2.2 • Published 5 years ago

math-pkg-cmplx v1.2.2

Weekly downloads
14
License
MIT
Repository
github
Last release
5 years ago

MathPKG

NPM Version NPM Downloads

Math-PKG Is a Math Library with Complex Number Functionality, Integration functions and conversion functions between numerical bases.

Installation

To install using npm:

npm install math-pkg-cmplx

To import the main module:

const MathPKG = require("math-pkg-cmplx");

To import the inner modules:

const {
	Complex,
	Functions,
	RiemannSum,
	BaseToolbox,
	Constants
} = MathPKG;
1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago