mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-06 20:27:48 +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.