Skip to main content

safe_div_f32

Function safe_div_f32 

Source
pub fn safe_div_f32(num: f32, denom: f32, fallback: f32) -> f32
Expand description

Same as safe_div but for f32. Useful in render-side hot paths.