Bugs item #1748763, was opened at 2007-07-05 17:05
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=379534&aid=1748763&group_id=23735
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Jiabei Pan (panjiabei)
Assigned to: Nobody/Anonymous (nobody)
Summary: ->number functions incorrectly
Initial Comment:
(->jfloat 1.121) => #<java float 1.121>
However,
(->number (->jfloat 1.121)) => 1.121000051498413
Not sure why this happens. The above example works fine for 1.125.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=379534&aid=1748763&group_id=23735
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
|