1.0.6 • Published 2 years ago

js-math-lib v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

js-math-lib

Math library in js

Install first ⚙️

npm install js-math-lib

Usage

const math_lib = require("js-math-lib");

var extrapolated = math_lib.extrapolateLinear([2, 3], [4, 6], 7);

console.log(extrapolated); // 14

To view all functions and globals, call the help method

math_lib.help(); // log all usable func in the console
1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago