ID EN
Fractions

__ceil__

Python 3.11

Returns the least int >= self. This method can also be accessed through the math.ceil() function.

Syntax

PYTHON
__ceil__()

See Also

int math.ceil()