about summary refs log tree commit diff
path: root/library/std/src/f64
AgeCommit message (Expand)AuthorLines
2025-01-26Move std float unit tests to integration testsbjorn3-897/+0
2025-01-24Remove a bunch of emscripten test ignoresbjorn3-3/+0
2024-09-10these tests seem to work fine on i586 these daysRalf Jung-13/+0
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+1
2024-06-24Extract repeated constants from `f32` and `f64` sourceTrevor Gross-28/+55
2023-07-31Add gamma and ln_gamma functions to f32 and f64Andrew Kane-0/+32
2022-12-11Remove some `cfg(not(bootstrap))`Jules Bertholet-1/+0
2022-12-11Add `round_ties_even` to `f32` and `f64`Jules Bertholet-0/+17
2022-11-17Improve accuracy of asinh and acoshMax Willsey-0/+8
2022-08-15Semicolon after macro_rules definition.Orson Peters-1/+1
2022-08-15Float biteq macros can be unused if test is skipped.Orson Peters-0/+1
2022-08-15Skip next_up/down tests entirely on x87.Orson Peters-59/+59
2022-08-15Conditionally do not compile NaN roundtrip tests on x87 fp.Orson Peters-22/+22
2022-08-15Ensure NaN references values go through function boundary for next_up/down.Orson Peters-6/+18
2022-08-15Fixed float next_up/down 32-bit x87 float NaN roundtrip test case.Orson Peters-12/+12
2022-08-15Added next_up and next_down for f32/f64.Orson Peters-0/+63
2021-10-25Remove fNN::lerp - consensus unlikelyCAD97-55/+0
2021-06-13More lerp tests, altering lerp docsltdk-0/+34
2021-06-06A few lerp testsltdk-0/+21
2020-08-31std: move "mod tests/benches" to separate filesLzu Tao-0/+755