Diff for /gforth/float.fs between versions 1.13 and 1.14

version 1.13, 1995/02/06 18:14:33 version 1.14, 1995/02/08 13:38:51
Line 32 Line 32
   
 : fdepth  ( -- n )  f0 @ fp@ - [ 1 floats ] Literal / ;  : fdepth  ( -- n )  f0 @ fp@ - [ 1 floats ] Literal / ;
   
 : FLit ( -- r )  r> faligned dup f@ float+ >r ;  : FLit ( -- r )  r> dup f@ float+ >r ;
 : FLiteral ( r -- )  postpone FLit  falign f, ;  immediate  : FLiteral ( r -- )
     BEGIN  here cell+ dup faligned <>  WHILE  postpone noop  REPEAT
     postpone FLit  f, ;  immediate
   
 &15 Value precision  &15 Value precision
 : set-precision  to precision ;  : set-precision  to precision ;

Removed from v.1.13  
changed lines
  Added in v.1.14


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>