[Python-Dev] Deprecating float.is_integer() (original) (raw)
Mark Dickinson dickinsm at gmail.com
Wed Mar 21 18:53:09 EDT 2018
- Previous message (by thread): [Python-Dev] Deprecating float.is_integer()
- Next message (by thread): [Python-Dev] Deprecating float.is_integer()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Wed, Mar 21, 2018 at 8:49 PM, David Mertz <mertz at gnosis.cx> wrote:
For example, this can be true (even without reaching inf):
>>> x.isinteger() True >>> (math.sqrt(x**2)).isinteger() False
If you have a moment to share it, I'd be interested to know what value of
x
you used to achieve this, and what system you were on. This can't
happen under IEEE 754 arithmetic.
-- Mark -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20180321/a31e18e6/attachment.html>
- Previous message (by thread): [Python-Dev] Deprecating float.is_integer()
- Next message (by thread): [Python-Dev] Deprecating float.is_integer()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]