[IronPython] Error in float

Hector Miuler Malpica Gallegos miuler at gmail.com
Tue Apr 5 00:06:42 CEST 2005


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/6779894c/attachment.html>


More information about the Ironpython-users mailing list