rust/library
Trevor Gross a7cd13b6a3 Make Float::exp return an unsigned integer
`exp` does not perform any form of unbiasing, so there isn't any reason
it should be signed. Change this.

Additionally, add `EPSILON` to the `Float` trait.
2025-01-22 07:15:39 +00:00
..
compiler-builtins/libm Make Float::exp return an unsigned integer 2025-01-22 07:15:39 +00:00