v9.0.0
Breaking changes:
- Add support for PureScript 0.15 (#22 by @JordanMartinez)
New features:
-
Ported various functions & constants from
purescript-math(#18 by @JamieBallingall)Specifically...
abs,signmax,min(which work differently thanNumber'sOrdinstance)ceil,floor,trunc,remainder/%,roundlogexp,pow,sqrtacos,asin,atan,atan2,cos,sin,tan- Numeric constants:
e,ln2,ln10,log10e,log2e,pi,sqrt1_2,
sqrt2, andtau
Other improvements:
- Removed dependency on
purescript-math