Functionsยง
- checked_
div - Divides two floats or returns
Noneif the denominator is zero or if any inputs areNaN. Rust provideschecked_div, but not for floats, so this function is needed.
None if the denominator is zero or if any
inputs are NaN. Rust provides checked_div, but not for floats, so this
function is needed.