js-math-lib

1.0.6 • Public • Published

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

Package Sidebar

Install

npm i js-math-lib

Weekly Downloads

1

Version

1.0.6

License

MIT

Unpacked Size

8.98 kB

Total Files

6

Last publish

Collaborators

  • happy.dev