klyn.math.Math.floor
method
public static floor<FLOAT_TYPE extends AbstractFloat = Double>(value as FLOAT_TYPE) as FLOAT_TYPE:
Description

Returns the greatest integer less than or equal to value, preserved in the same floating-point type.

import klyn.math

print(Math.floor(3.9))