[Python-ideas] Hexadecimal floating literals
M.-A. Lemburg
mal at egenix.com
Thu Sep 14 13:01:42 EDT 2017
All this talk about accurate representation left aside,
please consider what a newbie would think when s/he sees:
x = 0x1.fffffc0000000p-127
There's really no need to make Python scripts cryptic. It's enough
to have a helper function that knows how to read such representations
and we already have that.
--
Marc-Andre Lemburg
eGenix.com
Professional Python Services directly from the Experts (#1, Sep 14 2017)
>>> 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-ideas
mailing list