Releases: purescript/purescript-numbers
Releases · purescript/purescript-numbers
v9.0.1
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
,sign
max
,min
(which work differently thanNumber
'sOrd
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
, andtau
Other improvements:
- Removed dependency on
purescript-math
v8.0.0
v6.0.0
- Updates for PS 0.12 (@justinwoo)