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 rhettinger
Recipients aikimark1955, mark.dickinson, rhettinger, tim.peters
Date 2019-11-15.16:31:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1573835512.29.0.453063659388.issue38813@roundup.psfhosted.org>
In-reply-to
Content
This is odd.  The underlying C library modf() returns an integer for the second part.  Likewise the Python math.frexp() function returns an integer for the second part.  So, I'm not sure why Python's math.modf() returns a float for the second field.
History
Date User Action Args
2019-11-15 16:31:52rhettingersetrecipients: + rhettinger, tim.peters, mark.dickinson, aikimark1955
2019-11-15 16:31:52rhettingersetmessageid: <1573835512.29.0.453063659388.issue38813@roundup.psfhosted.org>
2019-11-15 16:31:52rhettingerlinkissue38813 messages
2019-11-15 16:31:51rhettingercreate