1.3.0 • Published 4 years ago

@catnap/math.js v1.3.0

Weekly downloads
22
License
MIT
Repository
github
Last release
4 years ago

How to use it

Install

npm install --save @catnap/math.js

In html

<script src="./math.js"></script>

In javascript

import math from '@catnap/math.js'

What can it do?

You can view its functions through this demo page.

Math.js makes the methods of native Math objects more flexible.

Methods like Math.ceil, Math.floor, Math.round, were originally reserved for integers only. But math.js allows them to keep decimal points.

math.js also provides some methods that do not exist in native Math objects. For example, finding the sum of arrays, or find the average value of a set of data.

The original intention of math.js is to maintain compactness, ensure the integrity of Math object methods, and expand the functions of Math object methods to achieve compatibility of methods.

If you think math. js can be better, please do what little one can to help.

1.3.0

4 years ago

1.2.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago