floor() function definition

Isaac To Kar Keung kkto at csis.hku.hk
Tue May 15 19:54:36 EDT 2001


>>>>> "Dev" == Dev NuLL <dev_null at email.com> writes:

    Dev> What does floor() do?  This is all I get from the python web site:

    Dev> floor (x) Return the floor of x as a real.

    Dev> Doesn't help much if you don't know what floor means!

Then take a math course: everybody else knows that exactly.  And if you
don't know it, you probably won't need it.  It is the largest integer that
is not larger than x.

Regards,
Isaac.



More information about the Python-list mailing list