[−][src]Function avr_libc::floor
pub unsafe extern "C" fn floor(__x: f64) -> f64
The floor() function returns the largest integral value less than or equal to \a __x, expressed as a floating-point number.
pub unsafe extern "C" fn floor(__x: f64) -> f64
The floor() function returns the largest integral value less than or equal to \a __x, expressed as a floating-point number.