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