rust/library/coretests
Stuart Cook 1d520e2694
Rollup merge of #145468 - karolzwolak:float-tests-dedup, r=tgross35
dedup recip, powi, to_degrees, and to_radians float tests

Deduplicates recip, powi, to_degrees, and to_radians float tests.
I had to fiddle and slightly increase the tolerances for a few comparisons, so maybe not all of the tests are worth deduplicating.

Part of rust-lang/rust#141726.
Best reviewed commit-by-commit.

r? `@tgross35`
2025-09-01 17:35:02 +10:00
..
benches fmt benchmarks for binary, octal and hex 2025-07-25 16:03:47 +02:00
tests Rollup merge of #145468 - karolzwolak:float-tests-dedup, r=tgross35 2025-09-01 17:35:02 +10:00
Cargo.toml Move float tests from std to core 2025-05-13 22:22:15 +00:00
lib.rs Put all coretests in a separate crate 2025-01-26 10:26:36 +00:00