[IronPython] eval('123.456E-19')*2.0
HEMMI, Shigeru
textdirected at gmail.com
Fri Feb 10 00:01:59 PST 2006
Hello,
There seems to be a bug.
IronPython 1.0.2223 (Beta) on .NET 2.0.50727.42
Copyright (c) Microsoft Corporation. All rights reserved.
>>> eval('123.456E-19')*2.0
0.0
C:\MagnaFIM\license>python
Python 2.4.2 (#67, Sep 28 2005, 12:41:11) [MSC v.1310 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> eval('123.456E-19')*2.0
2.46912e-017
Regards,
More information about the users
mailing list