Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

ceil

Rounds up to the nearest integer (toward positive infinity).

Examples

  • ceil(2.1)3
  • ceil(-2.9)-2

Fully qualified path: cairo_fp::f128::math::ops::ceil

fn ceil(a: Fixed) -> Fixed