| version 1.34, Sat Sep 23 15:46:56 2000 UTC | version 1.35, Tue Aug 7 09:39:30 2001 UTC | ||
|---|---|---|---|
|
|
||
| : f. ( r -- ) \ float-ext f-dot | : f. ( r -- ) \ float-ext f-dot | ||
| \G Display (the floating-point number) @i{r} without exponent, | \G Display (the floating-point number) @i{r} without exponent, | ||
| \G followed by a space. | \G followed by a space. | ||
| f$ dup >r 0< | f$ dup >r 0<= | ||
| IF '0 emit | IF '0 emit | ||
| ELSE scratch r@ min type r@ precision - zeros THEN | ELSE scratch r@ min type r@ precision - zeros THEN | ||
| '. emit r@ negate zeros | '. emit r@ negate zeros |
|
||||||||
|
CVS Admin Powered by ViewCVS 1.0-dev |
ViewCVS and CVS Help |