Computer Science, asked by parthjain12, 17 days ago

write the output of the following math function math.floor (32.233)​

Answers

Answered by Anonymous
0

Answer:

Explanation:

function returns the largest integer less than or equal to a given number

Answered by Anonymous
1

As we know what ceiling and a floor is, in a room. Ceiling is the top wall (as the succeeding number) and floor is the bottom wall (as the preceding number).

e.g.

math.floor(32.233) will return 32.0 .

Similar questions