This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mft
Recipients docs@python, mft
Date 2011-03-12.16:52:31
SpamBayes Score 8.388384e-05
Marked as misclassified No
Message-id <1299948752.38.0.816571509541.issue11475@psf.upfronthosting.co.za>
In-reply-to
Content
In the documentation of numbers.Real:
"In short, those are: a conversion to float, trunc(), round(), math.floor(), math.ceil(), divmod(), //, %, <, <=, >, and >=."
where only "trunc" is not linked if we look at it in html pages.
This is because the function trunc is not in built-in namespace, but in math module. So we should call it math.trunc similarly to math.floor, etc.
History
Date User Action Args
2011-03-12 16:52:32mftsetrecipients: + mft, docs@python
2011-03-12 16:52:32mftsetmessageid: <1299948752.38.0.816571509541.issue11475@psf.upfronthosting.co.za>
2011-03-12 16:52:31mftlinkissue11475 messages
2011-03-12 16:52:31mftcreate