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>