fsqrt ( r1 -- r2 ) r2 is the square root of r1.
fabs ( r1 -- r2 ) r2 is the absolute value of r1.
fnegate ( r1 -- r2 ) r2 is the negation of r1.
Added:
> >
f>s ( r -- n ) n is the single-cell signed-integer equivalent of the integer portion of r.
s>f ( n -- r ) r is the floating-point equivalent of the single-cell value n.
Added:
> >
f>fx ( r -- d ) d is the fixed-point equivalent of the floating-point r
fx>f ( d -- r ) r is the floating-point equivalent of the fixed-point d.
f. ( r -- ) Display, with a trailing space, the top number using fixed-point notation: