Module eq

Source

Structs§

F32Margin
This type defines a margin within two f32 values might be considered equal, and is intended as the associated type for the ApproxEq trait.
F64Margin
This type defines a margin within two f64 values might be considered equal, and is intended as the associated type for the ApproxEq trait.

Traits§

ApproxEq
A trait for approximate equality comparisons.