Skip to content

Releases: Naruyoko/OmegaNum.js

0.2.2

08 Aug 21:04
Compare
Choose a tag to compare

0.2.2 - 2019/12/07 HOTFIX

  • Fixed line 677.

0.2.1

08 Aug 21:03
Compare
Choose a tag to compare

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

08 Aug 21:03
Compare
Choose a tag to compare

0.2.0 - 2019/12/01

  • Expanded all hyperoperators to real height.
  • Fixed pent and above sometimes returning NaN.

0.1.1

08 Aug 21:03
Compare
Choose a tag to compare

0.1.1 - 2019/11/28

  • Many optimizations. See diff for what I did.

0.1.0

08 Aug 21:03
Compare
Choose a tag to compare

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

08 Aug 21:02
Compare
Choose a tag to compare
0.0.1 Pre-release
Pre-release

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

08 Aug 21:02
Compare
Choose a tag to compare

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

08 Aug 21:02
Compare
Choose a tag to compare
α 1.0.2.9 Pre-release
Pre-release

α 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

08 Aug 21:02
Compare
Choose a tag to compare
α 1.0.2.8 Pre-release
Pre-release

α 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

08 Aug 21:02
Compare
Choose a tag to compare
α 1.0.2.7 Pre-release
Pre-release

α 1.0.2.7 - 2019/11/03

  • Added isInfinite.
  • Fixed standarlize.
  • Slightly optimised divide.