fdim

Function fdim 

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

Floating-point difference. Transpiles to: fdimf(x, y)