Structs§
- F32Margin
- This type defines a margin within two
f32
values might be considered equal, and is intended as the associated type for theApproxEq
trait. - F64Margin
- This type defines a margin within two
f64
values might be considered equal, and is intended as the associated type for theApproxEq
trait.
Traits§
- Approx
Eq - A trait for approximate equality comparisons.