Skip to main content

nextafter

Function nextafter 

Source
pub fn nextafter(x: f32, y: f32) -> f32
Expand description

Next representable value. Transpiles to: nextafterf(x, y)