ceil
Rounds up to the nearest integer (toward positive infinity).
Examples
ceil(2.1)→3ceil(-2.9)→-2
Fully qualified path: cairo_fp::f128::math::ops::ceil
fn ceil(a: Fixed) -> Fixed
Press ← or → to navigate between chapters
Press ? to show this help
Press Esc to hide this help