Function ceil
const fn ceil(x: f64) -> f64
Experimental version of ceil in core. See f64::ceil for details.
Examples
use f64;
let f = 3.01_f64;
let g = 4.0_f64;
assert_eq!;
assert_eq!;
This standalone function is for testing only. It will be stabilized as an inherent method.