Constant DEFAULT_RTOL
pub const DEFAULT_RTOL: f64 = 1e-5; // 1.0000000000000001E-5f64
Expand description
Default RTOL value for is_close
and all_close
.
pub const DEFAULT_RTOL: f64 = 1e-5; // 1.0000000000000001E-5f64
Default RTOL value for is_close
and all_close
.