Skip to content

AbhijitSarode/Advanced-Math-Kit

Repository files navigation

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

About

A rich suite of javascript basic and advanced mathematical methods

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published