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 wjzbf
Recipients paul.moore, steve.dower, tim.golden, wjzbf, zach.ware
Date 2020-02-24.09:28:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582536483.25.0.598086329397.issue39738@roundup.psfhosted.org>
In-reply-to
Content
hello python,

  when i calculate:

151476660579404160000-151476660579404160000//1000000007 * (1e9+7)

  it returns 

67534848.0

  when i calculate 

151476660579404160000 % (1e9+7)

  it returns 

67536199.0

  the two values are not equal.
  how to explain it?

thanks
zbf
History
Date User Action Args
2020-02-24 09:28:03wjzbfsetrecipients: + wjzbf, paul.moore, tim.golden, zach.ware, steve.dower
2020-02-24 09:28:03wjzbfsetmessageid: <1582536483.25.0.598086329397.issue39738@roundup.psfhosted.org>
2020-02-24 09:28:03wjzbflinkissue39738 messages
2020-02-24 09:28:03wjzbfcreate