A JavaScript library for basic and advanced arithmetic operations, satistical functions, logical functions, factorial and fibonacci functions, random number functions, and trigonometric functions.
  !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
``
``
Via NPM:
Install MathJS using
npm:
npm i @cypher_077/math
$3