Expand description
Number related
#[no_std]
compatible.
Structs§
- Rolling
Median - A rolling median type.
Traits§
Functions§
- cmp_
float - Compare 2 non-
NaN
floats. - cmp_
float_ nan - Compare 2 floats,
NaN
’s will always returnOrdering::Equal
. - get_mid
- Returns the average of two numbers; works with at least all integral and floating point types
- median
- Gets the median from a sorted slice.