Skip to content

Releases: Naruyoko/OmegaNum.js

0.4.3

08 Aug 21:06
Compare
Choose a tag to compare

0.4.3 - 2020/03/25

  • Fixed ExpantaNum.MAX_SAFE_INTEGER.log10() being irregular form.

0.4.2

08 Aug 21:06
Compare
Choose a tag to compare

0.4.2 - 2020/03/23

  • Fixed toPrecision wrongfully using toExponential for 0.

0.4.1

08 Aug 21:06
Compare
Choose a tag to compare

0.4.1 - 2020/03/23

  • Fixed toStringWithDecimalPlaces giving wrong iterations if the strongest operator is above maximum of places and applyToOpNums is enabled.

0.4.0

08 Aug 21:05
Compare
Choose a tag to compare

0.4.0 - 2020/03/23

  • Added an option to use toString method instead of returning JSON object for toJSON.
  • Added valueOf, toStringWithDecimalPlaces, toExponential, toFixed, and toPrecision.

0.3.1

08 Aug 21:05
Compare
Choose a tag to compare

0.3.1 - 2020/03/16

  • Fixed pent and higher hyperoperators returning NaN if the base is between 10{c-1}MAX_SAFE_INTEGER and 10{c}MAX_SAFE_INTEGER, and the second operand is greater than MAX_SAFE_INTEGER.
  • Allowed inputting Object to fromJSON.

0.3.0

08 Aug 21:05
Compare
Choose a tag to compare

0.3.0 - 2020/02/23

  • Added notEqualTo notEqual neq.
  • Fixed some constants used within not being OmegaNum.
  • Made built-in constants enumerable.
  • Added link to ExpantaNum.js in README.md.

0.2.6

08 Aug 21:05
Compare
Choose a tag to compare

0.2.6 - 2020/01/28

  • Added many constants, which can be used outside of the library.
  • Replaced many magic numbers used with the said library, calling the constructor less often.

0.2.5

08 Aug 21:05
Compare
Choose a tag to compare

0.2.5 - 2020/01/15

  • Fixed very high finite height tetration with base less than e^(1/e) #31.

0.2.4

08 Aug 21:05
Compare
Choose a tag to compare

0.2.4 - 2020/01/11

  • Fixed certain decimals and omitting of zeros in fromString resulting in Malformed input error #30.

0.2.3

08 Aug 21:04
Compare
Choose a tag to compare

0.2.3 - 2019/12/18

  • Slight optimizations for higher hyperoperators.