Skip to main content
Log in

Mojo function

ceil

ceil[T: Ceilable, //](value: T) -> T

Get the ceiling value of the given object.

Parameters:

  • T (Ceilable): The type conforming to Ceilable.

Args:

  • value (T): The object to get the ceiling value of.

Returns:

The ceiling value of the object.