Expand description
Utility functions.
Modules
- rounds a float to 3 decimal places, when serialized into a str, such as for JSON offers space savings when such such precision is not needed.
Functions
- Examples
- Scale a usize value from input domain to output range as f64.
- Scale a f64 value from input domain to output range as f64.
- Examples
- Examples