math.trunc(x)
Return the Real value x truncated to an Integral (usually an integer). Delegates to x.__trunc__().
Real
Integral
x.__trunc__()
Please login to continue.
Please login to continue.