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 zlwq
Recipients docs@python, zlwq
Date 2021-06-29.14:55:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1624978523.12.0.931215741886.issue44536@roundup.psfhosted.org>
In-reply-to
Content
np.lcm.reduce([1,2,3,100])
Out[125]: 300

np.lcm.reduce([1,2,3,100,101])
Out[126]: 30300

np.lcm.reduce([1,2,3,100,101,99019])
Out[127]: -1294691596

30300*99019
Out[128]: 3000275700
History
Date User Action Args
2021-06-29 14:55:23zlwqsetrecipients: + zlwq, docs@python
2021-06-29 14:55:23zlwqsetmessageid: <1624978523.12.0.931215741886.issue44536@roundup.psfhosted.org>
2021-06-29 14:55:23zlwqlinkissue44536 messages
2021-06-29 14:55:23zlwqcreate