about summary refs log tree commit diff
path: root/library/std/src/f16.rs
AgeCommit message (Expand)AuthorLines
2025-01-05Add doc aliases for `libm` and IEEE namesTrevor Gross-0/+2
2024-11-01float types: move copysign, abs, signum to libcoreRalf Jung-97/+0
2024-10-15Make some float methods unstable `const fn`Eduardo Sánchez Muñoz-3/+6
2024-08-28copysign with sign being a NaN is non-portableRalf Jung-3/+8
2024-08-26also update copysign docsRalf Jung-5/+5
2024-08-01Add math functions for `f16` and `f128`Trevor Gross-9/+1287
2024-07-30Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68bors-1/+0
2024-07-29Reformat `use` declarations.Nicholas Nethercote-3/+3
2024-07-28step cfg(bootstrap)Mark Rousskov-1/+0
2024-06-25Add more `f16` and `f128` library functions and constantsTrevor Gross-0/+29
2024-05-16Add `powi` to `f16` and `f128`Trevor Gross-0/+24
2024-04-10Add basic f16 and f128 modulesTrevor Gross-0/+11