public static ceil<FLOAT_TYPE extends AbstractFloat = Double>(value as FLOAT_TYPE) as FLOAT_TYPE:
Returns the smallest integer greater than or equal to value, preserved in the same floating-point type.
value
import klyn.math print(Math.ceil(3.1))