Skip to content

v9.0.0

Choose a tag to compare

@JordanMartinez JordanMartinez released this 27 Apr 19:12
· 2 commits to master since this release
2a53528

Breaking changes:

New features:

  • Ported various functions & constants from purescript-math (#18 by @JamieBallingall)

    Specifically...

    • abs, sign
    • max, min (which work differently than Number's Ord instance)
    • ceil, floor, trunc, remainder/%, round
    • log
    • exp, pow, sqrt
    • acos, asin, atan, atan2, cos, sin, tan
    • Numeric constants: e, ln2, ln10, log10e, log2e, pi, sqrt1_2,
      sqrt2, and tau

Other improvements:

  • Removed dependency on purescript-math