grain icon indicating copy to clipboard operation
grain copied to clipboard

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

Open spotandjake opened this issue 1 month ago • 0 comments

This pr adds Float64.abs, Float64.neg, Float64.isInfinite and Float64.isNaN to the Float64 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