Function dashu::base::utils::next_down

source ยท
pub fn next_down(f: f32) -> f32
Expand description

Implementation of the nightly f32::next_down()

This function will panic if the input is NaN or infinite.