about summary refs log tree commit diff
path: root/library/coretests/tests/floats/mod.rs
AgeCommit message (Expand)AuthorLines
2025-07-11Consolidate classify testsRoger Curley-0/+23
2025-07-11Consolidate is_normal testsRoger Curley-14/+51
2025-07-11Consolidate is_finite testsRoger Curley-0/+22
2025-07-11Consolidate is_infinite testsRoger Curley-0/+22
2025-07-11Consolidate is_nanRoger Curley-0/+22
2025-07-11Consolidate one testsRoger Curley-0/+19
2025-07-11Consolidate negative zero testsRoger Curley-0/+20
2025-07-11Consolidate zero testsRoger Curley-0/+19
2025-07-11Consolidate neg_infinity testsRoger Curley-0/+18
2025-07-11Consolidate test_num testsRoger Curley-20/+33
2025-07-11Consolidate infinity testsRoger Curley-0/+18
2025-07-09Refactor nan testsRoger Curley-0/+23
2025-06-13tweak runtime/const macro managementRalf Jung-44/+49
2025-06-09float midpoint tests: add missing NAN casesRalf Jung-0/+2
2025-06-09make the default float comparison tolerance type-dependentRalf Jung-15/+31
2025-06-09float tests: deduplicate min, max, and rounding testsRalf Jung-8/+56
2025-06-09float tests: use assert_biteq in more placesRalf Jung-215/+216
2025-06-04coretests: move float tests from num to floats module and use a more flexible...Ralf Jung-0/+548
2025-05-29float: Use `assert_biteq!` where possibleTrevor Gross-0/+6
2025-05-29float: Use a shared `assert_biteq!` macro for testsTrevor Gross-0/+31
2025-05-14Move applicable float tests from `coretests` back to `std`Trevor Gross-4/+0
2025-05-13Move float tests from std to coreTrevor Gross-0/+44