about summary refs log tree commit diff
path: root/library/std/src/f128.rs
AgeCommit message (Expand)AuthorLines
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-10/+1290
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/+30
2024-05-16Add `powi` to `f16` and `f128`Trevor Gross-0/+24
2024-04-10Add basic f16 and f128 modulesTrevor Gross-0/+11