| \ High level floating point 14jan94py |
\ High level floating point 14jan94py |
| |
|
| \ Copyright (C) 1995,1997 Free Software Foundation, Inc. |
\ Copyright (C) 1995,1997,2003 Free Software Foundation, Inc. |
| |
|
| \ This file is part of Gforth. |
\ This file is part of Gforth. |
| |
|
| \G @code{f~abs}; r3=0: bitwise comparison; r3<0: @code{fnegate f~rel}. |
\G @code{f~abs}; r3=0: bitwise comparison; r3<0: @code{fnegate f~rel}. |
| fdup f0= |
fdup f0= |
| IF \ bitwise comparison |
IF \ bitwise comparison |
| fp@ float+ 1 floats over float+ -text 0= |
fp@ float+ 1 floats over float+ over str= |
| fdrop fdrop fdrop |
fdrop fdrop fdrop |
| EXIT |
EXIT |
| THEN |
THEN |