mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-06 16:12:25 +00:00
This adds missing functions for math operations on the new float types. Platform support is pretty spotty at this point, since even platforms with generally good support can be missing math functions. `std/build.rs` is updated to reflect this.