klyn.math.Math.trunc
method
public static trunc<FLOAT_TYPE extends AbstractFloat = Double>(value as FLOAT_TYPE) as FLOAT_TYPE:
Description
Returns the integral part of `value`, preserved in the same floating-point type.
import klyn.math

print(Math.trunc(-3.9))