Skip to content

0.1.8 — Fixed floor(), ceil(), round()

Compare
Choose a tag to compare
@hazae41 hazae41 released this 23 Dec 14:20
· 104 commits to main since this release

Fixed

  • Added floor(), ceil(), round()
  • toString() doesn't add decimal part if 0 (e.g. "123.0000".toString() becomes "123")