math.floor(x)
Return the floor of x, the largest integer less than or equal to x. If x is not a float, delegates to x.__floor__()
, which should return an Integral
value.
math.floor(x)
Return the floor of x, the largest integer less than or equal to x. If x is not a float, delegates to x.__floor__()
, which should return an Integral
value.
Designed by : w10schools
service@w10schools.com
Please login to continue.