Strange behaviour with numbers in exponential notation
Marco Sulla
marco.sulla.python.mailing at gmail.com
Fri Sep 2 20:31:50 EDT 2016
More information about the Python-list mailing list
Fri Sep 2 20:31:50 EDT 2016
- Previous message (by thread): Strange behaviour with numbers in exponential notation
- Next message (by thread): Strange behaviour with numbers in exponential notation
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 2 September 2016 at 21:12, Christian Gollwitzer <auriocus at gmx.de> wrote: > Am 02.09.16 um 19:24 schrieb Marco Sulla: > Because Python has no long double type? Python no of course, but C++ yes, and CPython is written in C++. However, I think the answer is here: https://en.wikipedia.org/wiki/Long_double#Implementations Briefly, long double is not implemented in all hardwares, or its implementation is really different from machine to machine. I suppose this is why long double is not supported.
- Previous message (by thread): Strange behaviour with numbers in exponential notation
- Next message (by thread): Strange behaviour with numbers in exponential notation
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list