Releases: Naruyoko/OmegaNum.js
Releases · Naruyoko/OmegaNum.js
0.7.0
12 Jun 17:42
Compare
Sorry, something went wrong.
No results found
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
23 Jan 00:39
Compare
Sorry, something went wrong.
No results found
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 throwing RangeError on small values (ExpantaNum.js#22 ).
Renamed "standardize" to "normalize" and deprecated the old name.
Deprecated "debug" option.
0.5.7
15 Aug 23:55
Compare
Sorry, something went wrong.
No results found
0.5.7 - 2022/08/15
Fixed a{n}b when 10{n}10{n}MSI<a<=10{n+1}MSI and MSI<=b<10{n}10{n}a (ExpantaNum.js#20 ).
Compacted factorials LUT, reducing un-minified file size.
0.5.6
08 Aug 21:08
Compare
Sorry, something went wrong.
No results found
0.5.6 - 2020/08/19
Fixed arithmetic above MSI being imprecise.
0.5.5
08 Aug 21:07
Compare
Sorry, something went wrong.
No results found
0.5.5 - 2020/08/07
Fixed decimal array element.
0.5.4
08 Aug 21:07
Compare
Sorry, something went wrong.
No results found
0.5.4 - 2020/07/11
Added 0 times and 1 time logs case for iteratedLog.
0.5.3
08 Aug 21:07
Compare
Sorry, something went wrong.
No results found
0.5.3 - 2020/05/30
Fixed a{n}b for 10{n}MSI<a<=10{n+1}MSI and b<MSI.
0.5.2
08 Aug 21:07
Compare
Sorry, something went wrong.
No results found
0.5.2 - 2020/05/23
Fixed tetr and up returning non-NaN for special cases involving NaN.
0.5.1
08 Aug 21:07
Compare
Sorry, something went wrong.
No results found
0.5.1 - 2020/05/10
Very small optimizations.
0.5.0
08 Aug 21:07
Compare
Sorry, something went wrong.
No results found
0.5.0 - 2020/03/27
Added iteratedexp, iteratedlog, layeradd, and layeradd10.
Added voluntary payload argument to tetr.