Closed spotandjake closed 3 months ago
This pr adds Float32.abs, Float32.neg, Float64.isInfinite and Float32.isNaN to the Float32 module. This is work towards bringing the various number modules closer inline to the main Number module's api.
Float32.abs
Float32.neg
Float64.isInfinite
Float32.isNaN
Float32
Number
This pr adds
Float32.abs
,Float32.neg
,Float64.isInfinite
andFloat32.isNaN
to theFloat32
module. This is work towards bringing the various number modules closer inline to the mainNumber
module's api.