chewxy / math32

A float32 version of Go's math package
BSD 2-Clause "Simplified" License
61 stars 22 forks source link

round: add Round and RoundToEven pure Go implementations #31

Closed soypat closed 2 years ago

soypat commented 2 years ago

Based on standard library functions. Missing signMask and fracMask which shall be added with sincos (#28) branch.