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.


------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Amforth-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amforth-devel

Reply via email to