mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-27 15:36:53 +00:00
`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.