Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@cypher_077/math

SatyamV732MIT1.3.7TypeScript support: included

A JavaScript library for basic and advanced arithmetic operations, satistical functions, logical functions, factorial and fibonacci functions, random number functions, and trigonometric functions.

math, mathjs, math library, math operations, mathematical functions, mathematical operations, arithmetic operations, logical functions, statistical functions, factorial and fibonacci functions, random number functions, trignometric functions

readme

A JavaScript library for basic and advanced arithmetic operations, satistical functions, logical functions, factorial and fibonacci functions, random number functions, and trigonometric functions.

npm Build Status GitHub

[!NOTE] This library does not support complex numbers.

Brief Explanation about MathJS Library

The MathJS library is a collection of mathematical functions that can be used in both node.js and in the browser. It provides various mathematical functions for basic and advanced arithmetic operations, satistical functions, logical functions, factorial and fibonacci functions, random number functions, and trigonometric functions.

Github Repository: @SatyamV7/MathJS

Installation

MathJS can be used in both node.js and in the browser.

For Browser:

Include either of the following script in your html file

    <!--unminified version(14.5 kB)-->
    <script src="https://unpkg.com/@cypher_077/math/math.js"></script>

    <!--Recommended for browsers-->
    <!--minified version(14.5 kB → 7.20 kB)-->
    <script src="https://unpkg.com/@cypher_077/math/dist/math.min.js"></script>

Via NPM:

Install MathJS using npm:
npm i @cypher_077/math

Full Docs HereMathJS Docs