Hi, this is when we enter a little bit more decimal places -
probably a bug in >float or fsn.:

\ floating point input with >float, "& 1.23456e12"
: # bl word count >float not abort" NaN" 
state @ if postpone fliteral then ; immediate

\ print 6 decimal places
: fp. 6 fsn. ;


> # 3.141592 fp.
3.141592  ok
> # 3.1415926 fp.
3.141592  ok
> # 3.14159265 fp.
3.141592  ok
> # 3.141592653 fp.
3.141592E-1  ok
> # 3.14159265366 fp.
3.141592E-3  ok
> 


------------------------------------------------------------------------------
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery, 
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now. 
http://p.sf.net/sfu/quest-d2dcopy1
_______________________________________________
Amforth-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amforth-devel

Reply via email to