grain icon indicating copy to clipboard operation
grain copied to clipboard

feat(stdlib): Add `abs`, `neg`, `isNaN`, `isInfinite` to `Float32`

Open spotandjake opened this issue 1 month ago • 0 comments

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.

spotandjake avatar Jun 10 '24 22:06 spotandjake