Skip to content

Commit

Permalink
fixup! ffbb0b8
Browse files Browse the repository at this point in the history
Co-authored-by: quaternic <[email protected]>
  • Loading branch information
tgross35 and quaternic authored Oct 28, 2024
1 parent af19741 commit 2ef8b92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/libm-test/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ pub fn multiprec_allowed_ulp(name: &str) -> u32 {
"jn" | "jnf" => 1000,
"lgamma" | "lgammaf" | "lgamma_r" | "lgammaf_r" => 16,
"sinh" | "sinhf" => 2,
"sincosf" => 500,
"tanh" | "tanhf" => 2,
"tgamma" => 20,
_ => MULTIPREC_DEFAULT_ULP,
Expand Down

0 comments on commit 2ef8b92

Please sign in to comment.