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