[python-events] you have a mistake!!!!!!!!!!!
M.-A. Lemburg
mal at egenix.com
Sat Dec 15 10:52:31 EST 2018
This is the wrong mailing list for such questions. Please
use the python-list instead.
What you found is the standard Bankers' rounding rule applied
in Python 3, called "round half to even":
https://en.wikipedia.org/wiki/Rounding#Round_half_to_even
It helps reduce bias when rounding and is the default IEEE 754
rounding method.
--
Marc-Andre Lemburg
eGenix.com
Professional Python Services directly from the Experts (#1, Dec 15 2018)
>>> Python Projects, Coaching and Consulting ... http://www.egenix.com/
>>> Python Database Interfaces ... http://products.egenix.com/
>>> Plone/Zope Database Interfaces ... http://zope.egenix.com/
________________________________________________________________________
::: We implement business ideas - efficiently in both time and costs :::
eGenix.com Software, Skills and Services GmbH Pastor-Loeh-Str.48
D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg
Registered at Amtsgericht Duesseldorf: HRB 46611
http://www.egenix.com/company/contact/
http://www.malemburg.com/
More information about the python-events
mailing list