Skip to content

Release 1.2.290

Latest

Choose a tag to compare

@ackava ackava released this 12 Oct 12:32
· 2 commits to main since this release
cd07bb3
  1. Added decimal support.
  2. 0.2m + 0.1m === 0.3m results in true.
  3. typeof 0.1m === "decimal" is also `true.
  4. 0.2m + 1 fails with an error you cannot mix decimal with any other numbers.