advanced-math-kit

1.0.1 • Public • Published

Advanced-Math-Kit

Description

A rich suite of JavaScript basic and advanced mathematical methods.

Installation

You can install advanced-math-kit using NPM:

npm i advanced-math-kit

Usage

Here's an overview of how to use some of the key modules in Advanced Math:

Import Modules

const { module } = require ('advanced-math-kit');

BasicMath

Performs baisc Math operations of add(), subtract(), divide(), multipy(). Detailed usage of BasicMath can be found here

const { BasicMath } = require ('advanced-math-kit');

const summation = BasicMath.add(123, 345, 567); // Output: 1035
const product = BasicMath.add(3, 7, -12); // Output: 252

Contribution

Contributions are welcome! If you'd like to contribute to Advanced Math Kit, please check out our Contribution Guidelines for more details on how to get started.

License

This project is licensed under the MIT License

Package Sidebar

Install

npm i advanced-math-kit

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

19.8 kB

Total Files

19

Last publish

Collaborators

  • abhijitsarode