From: pito <pi...@vo...> - 2011-05-26 09:57:11
|
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 > |