Expand description
Traits for comparing Floats for equality or order.
Modulesยง
- cmp
- Comparison of
Floats. - cmp_abs
- Implementations of
PartialOrdAbsandOrdAbs(traits for comparing the absolute values of numbers by order) forFloats. - eq
- Equality of
Floats. - eq_abs
- Implementations of
EqAbs(a trait for comparing the absolute values of numbers by equality) forFloats. - eq_
abs_ integer - Implementations of
EqAbs(a trait for comparing the absolute values of numbers for equality) forFloats andIntegers. - eq_
abs_ natural - Implementations of
EqAbs(a trait for comparing the absolute values of numbers for equality) forFloats andNaturals. - eq_
abs_ primitive_ float - Implementations of
EqAbs(a trait for comparing the absolute values of numbers for equality) forFloats and primitive floats. - eq_
abs_ primitive_ int - Implementations of
EqAbs(a trait for comparing the absolute values of numbers for equality) forFloats and primitive integers. - eq_
abs_ rational - Implementations of
EqAbs(a trait for comparing the absolute values of numbers for equality) forFloats andRationals. - hash
- Hashing of
Floats. - partial_
cmp_ abs_ integer - Implementations of
PartialOrdAbs(a trait for comparing the absolute values of numbers by order) forFloats andIntegers. - partial_
cmp_ abs_ natural - Implementations of
PartialOrdAbs(a trait for comparing the absolute values of numbers by order) forFloats andNaturals. - partial_
cmp_ abs_ primitive_ float - Implementations of
PartialOrdAbs(a trait for comparing the absolute values of numbers by order) forFloats and primitive floats. - partial_
cmp_ abs_ primitive_ int - Implementations of
PartialOrdAbs(a trait for comparing the absolute values of numbers by order) forFloats and primitive integers. - partial_
cmp_ abs_ rational - Implementations of
PartialOrdAbs(a trait for comparing the absolute values of numbers by order) forFloats andRationals. - partial_
cmp_ integer - Comparison of
Floats andIntegers. - partial_
cmp_ natural - Comparison of
Floats andNaturals. - partial_
cmp_ primitive_ float - Comparison of
Floats and primitive floats. - partial_
cmp_ primitive_ int - Comparison of
Floats and primitive integers. - partial_
cmp_ rational - Comparison of
Floats andRationals. - partial_
eq_ integer - Equality of
Floats andIntegers. - partial_
eq_ natural - Equality of
Floats andNaturals. - partial_
eq_ primitive_ float - Equality of
Floats and primitive floats. - partial_
eq_ primitive_ int - Equality of
Floats and primitive integers. - partial_
eq_ rational - Equality of
Floats andRationals.