Skip to main content

fabs

Function fabs 

Source
pub fn fabs(x: f32) -> f32
Expand description

Absolute value for f32. Transpiles to: fabsf(x)