rust/library/std
Trevor Gross fc43c01417 Add math functions for f16 and f128
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.
2024-08-01 15:38:51 -04:00
..
benches Reformat use declarations. 2024-07-29 08:26:52 +10:00
src Add math functions for f16 and f128 2024-08-01 15:38:51 -04:00
tests Reformat use declarations. 2024-07-29 08:26:52 +10:00
build.rs Add math functions for f16 and f128 2024-08-01 15:38:51 -04:00
Cargo.toml Auto merge of #125016 - nicholasbishop:bishop-cb-112, r=tgross35 2024-07-29 07:41:33 +00:00