klyn.math.Math.round
method
public static round<FLOAT_TYPE extends AbstractFloat = Double>(value as FLOAT_TYPE) as FLOAT_TYPE:
Description
Rounds a floating-point value to the nearest integer value, returned in the same floating-point type.
import klyn.math

print(Math.round(3.6))