1.0.6 • Published 1 year ago

js-math-lib v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago