[][src]Function avr_libc::ceil

pub unsafe extern "C" fn ceil(__x: f64) -> f64

The ceil() function returns the smallest integral value greater than or equal to \a __x, expressed as a floating-point number.