New submission from 申泷轩 <751630...@qq.com>:

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

----------
assignee: docs@python
components: Documentation
files: a text for lcm() in  numpy.py
messages: 396742
nosy: docs@python, zlwq
priority: normal
severity: normal
status: open
title: wrong output of np.lcm.reduce(*awg)
versions: Python 3.8
Added file: https://bugs.python.org/file50133/a text for lcm() in  numpy.py

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue44536>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to