Releases: Naruyoko/OmegaNum.js
Releases · Naruyoko/OmegaNum.js
0.7.0
0.7.0 - 2024/06/12
- Added
linear_sroot
, straight lifted from break_eternity.js. - Added non-principal branch to
lambertw
, straight lifted from break_eternity.js. - Added comparisons with tolerance:
eq_tolerance
etc. - Fixed nonfunctioning
iteratedexp
/iteratedlog
. - Fixed inaccurage
gamma
. - Fixed a crash parsing a string with a big operation (#39).
- Fixed
lambertw
failing to converge on certain values (ExpantaNum.js#25).
Full Changelog: v0.6.0...v0.7.0
0.6.0
0.6.0 - 2023/01/22
- Added support for conversion from BigInt (#37).
- Fixed long number converted to
Infinity
when converting from a string (#37). - Fixed
toStringWithDecimalPlaces
throwingRangeError
on small values (ExpantaNum.js#22). - Renamed "standardize" to "normalize" and deprecated the old name.
- Deprecated "debug" option.
0.5.7
0.5.7 - 2022/08/15
- Fixed
a{n}b
when10{n}10{n}MSI<a<=10{n+1}MSI
andMSI<=b<10{n}10{n}a
(ExpantaNum.js#20). - Compacted factorials LUT, reducing un-minified file size.