1.0.7 • Published 25 days ago

arithmetic-core.js v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
25 days ago

MathJS

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

!NOTE This library does not support complex numbers.

!TIP Each function is defined using JavaScript's function keyword, and many of them use the ... (spread) syntax to accept any number of arguments. They also use JavaScript's built-in Math object to perform various mathematical operations.

Brief Explanation about MathJS Library

This JavaScript file, math.js, is a library that provides various mathematical functions.

Installation

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

Include the following code snippets in your html file

    <script src="https://unpkg.com/arithmetic-core.js/math.js"></script>

    <!--minified version(7kb → 3kb)-->
    <script src="https://unpkg.com/arithmetic-core.js/dist/math.min.js"></script>
npm i arithmetic-core.js

Full Docs HereMathJS Docs

1.0.7

25 days ago

1.0.6

26 days ago

1.0.5

26 days ago

1.0.2

1 month ago

1.0.1

1 month ago

1.0.0

1 month ago

1.0.3

1 month ago

0.0.8

2 months ago

0.0.7

2 months ago

0.0.6

2 months ago

0.0.5

2 months ago

0.0.4

2 months ago

0.0.3

2 months ago

0.0.2

2 months ago

0.0.1

2 months ago