FIX: Make clippy happy

This is mostly Rust 1.83
This commit is contained in:
Nicolás Hatcher
2024-11-29 19:39:20 +01:00
committed by Nicolás Hatcher Andrés
parent 1f5f575e7a
commit e065477b5a
6 changed files with 33 additions and 33 deletions

View File

@@ -12,7 +12,7 @@ const EPS_LOW: f64 = 1e-6;
// Known values computed with Arb via Nemo.jl in Julia
// You can also use Mathematica
/// But please do not use Excel or any other software without arbitrary precision
// But please do not use Excel or any other software without arbitrary precision
fn numbers_are_close(a: f64, b: f64) -> bool {
if a == b {