mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-18 12:57:39 +00:00
Change `SIGNIFICAND_*` to `SIG_*` and `EXPONENT_*` to `EXP_*`. This makes things more consistent with `libm`, and terseness is convenient here since there isn't anything to confuse.