Releases: osofem/bigarith.js
Releases · osofem/bigarith.js
v0.0.8
v.0.0.7
v0.0.6
v0.0.5
v0.0.4
Released - 04th July, 2017
- Fixed a bug in divide in which a single digit divided by a 200 decimal place digits returns a 1 decimal place answer instead of a 200 decimal place answer.
- changed max() and min() to also accept arrays of string, numbers or BigArith objects to any depth.
v0.0.3
v0.0.2
v0.0.1
- Added node.js support
- Changed version number to corelate with npm package (node.js)
- Restructed the library from "class" to "constructor function"
- Fixed some bugs
- Added max()
- Added min()
- Added square()
- Added negate()
- Added truncate()
- Added squareRoot() [unstable]
v0.0-beta0.3
v0.0-beta0.3 (Released - 12th June, 2017)
-Restructured part of the code
-Fixed some bugs
-Added divide()
-Added modulus()
-Added random()
-Added randomInt()
-Added isPositive()
-Added isNegative()
-Added isInteger()
-Added isEven()
-Added isOdd()
v0.0-beta0.2
v0.0-beta0.2 (Released - 7th June, 2017)
-Added round()
-Added toFixed()
-Added floor()
-Added ceil()
-Fixed some bugs