[IronPython] Error in float
Martin Maly
martmaly at exchange.microsoft.com
Tue Apr 5 00:19:41 CEST 2005
There were issues with float point parsing in IronPython 0.6. You can
use the newest available release 0.7.1 which has these issues fixed (I
just ran your commands on the newest release)
The newest IronPython 0.7.1 can be downloaded from:
http://workspaces.gotdotnet.com/ironpython
Martin
________________________________
From: users-ironpython.com-bounces at lists.ironpython.com
[mailto:users-ironpython.com-bounces at lists.ironpython.com] On Behalf Of
Hector Miuler Malpica Gallegos
Sent: Monday, April 04, 2005 3:07 PM
To: users-ironpython.com at lists.ironpython.com
Subject: [IronPython] Error in float
IronPython 0.6
>>> type (1e-1)
<type 'float'>
>>> type (0.1)
<type 'float'>
>>> 1e-1
0,1
>>> 0.1
1
>>> 1e-1*2
0,2
>>> 0.1*2
2
>>>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20050404/4f6e47d0/attachment.html>
More information about the Ironpython-users
mailing list