From: pito <pi...@vo...> - 2010-09-30 15:19:02
|
Well, I downloaded your newest library now ( I worked with the old one ): with your f* f/ f+ f- : > ok > bl parse 1.234e18 >float . fs. -1 1.2339984E18 ok > .s ok > bl parse 1.234e18 >float fs. -exponent > 127 > .s with my asm f* f/ f+ f- : > .s ok > bl parse 1.234e18 >float . fs. -1 1.2340002E18 ok > .s ok > bl parse 1.234e18 >float fs. -6.788775E38 ok > .s 0 16383 99 ok > PS: 1.there is "ceil" - or shouldn't it be called fceil? 2.pls uncomment those small things like d=, normally you cannot see an error easily when uploading it so many will overlook it, better to have it twice. |