RE: [IronPython] Error in float
Martin From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Hector Miuler Malpica Gallegos Sent: Monday, April 04, 2005 3:07 PM To: users-ironpython.com@lists.ironpython.com Subject: [IronPython] Error in float IronPython 0.6 >>> type (1e-1) >>>
[IronPython] Error in float
IronPython 0.6 >>> type (1e-1) >>> type (0.1) >>> 1e-1 0,1 >>> 0.1 1 >>> 1e-1*2 0,2 >>> 0.1*2 2 >>> ___ users-ironpython.com mailing list users-ironpython.com@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com