Skip to content

Commit 581db99

Browse files
committed
Remove an outdated note about precision
1 parent e2ac6ef commit 581db99

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

crates/libm-test/src/precision.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ use crate::{BaseName, CheckBasis, CheckCtx, Float, Identifier, Int, TestResult};
1313
pub struct SpecialCase;
1414

1515
/// ULP allowed to differ from the results returned by a test basis.
16-
///
17-
/// Note that these results were obtained using 400M rounds of random inputs, which
18-
/// is not a value used by default.
1916
pub fn default_ulp(ctx: &CheckCtx) -> u32 {
2017
// ULP compared to the infinite (MPFR) result.
2118
let mut ulp = match ctx.base_name {

0 commit comments

Comments
 (0)