Releases: Naruyoko/OmegaNum.js
Releases · Naruyoko/OmegaNum.js
0.2.2
0.2.2 - 2019/12/07 HOTFIX
0.2.1
0.2.1 - 2019/12/07
- Fixed
tetr
and other hyperoperators returning incorrect results for other
>9007199254740991
.
- Slightly optimized
toNumber
.
- Removed
Object.assign
in favor of compatibility.
0.2.0
0.2.0 - 2019/12/01
- Expanded all hyperoperators to real height.
- Fixed
pent
and above sometimes returning NaN
.
0.1.1
0.1.1 - 2019/11/28
- Many optimizations. See diff for what I did.
0.1.0
0.1.0 - 2019/11/27
- Added
gamma
, lambertw
, ssrt
, and slog
(pulled straight from break_eternity.js).
- Expanded
fact
to real values.
- Expanded
tetr
to real and infinite height.
0.0.1
0.0.1 - 2019/11/10
- Fixed
affordGeometricSeries
, affordArithmeticSeries
, sumGeometricSeries
, and sumArithmeticSeries
putting wrong variables through constructor.
- Removed
String.prototype.includes
(ES2015) and Array.prototype.includes
(ES2016) to increase coverage.
0.0.0
0.0.0 - 2019/11/08
- Replaced
toJSON
with what toObject
used to be, toObject
removed.
- Fixed misspell in function
standarlize
, replaced with standardize
.
- Removed from alpha stage, entered development stage.
- Uploaded to
npm
. See here.
α 1.0.2.9
α 1.0.2.9 - 2019/11/07
- No duplicate codes in the main constructor and
fromSomething
functions.
- Added
new
on all constructor call. It is not required to be this way.
- Optimized
add
and sub
.
α 1.0.2.8
α 1.0.2.8 - 2019/11/06
- Fixed
affordGeometricSeries
, affordArithmeticSeries
, sumGeometricSeries
, and sumArithmeticSeries
being broken if fed non-OmegaNum.
- Slightly optimized constructor when fed OmegaNum.
α 1.0.2.7
α 1.0.2.7 - 2019/11/03
- Added
isInfinite
.
- Fixed
standarlize
.
- Slightly optimised
divide
.