[gforth] / gforth / float.fs  

gforth: gforth/float.fs

Diff for /gforth/float.fs between version 1.11 and 1.12

version 1.11, Thu Jan 19 17:48:01 1995 UTC version 1.12, Tue Jan 24 17:31:20 1995 UTC
Line 86 
Line 86 
 1e0 fasin 2e0 f* fconstant pi  1e0 fasin 2e0 f* fconstant pi
   
 : f2*  2e0 f* ;  : f2*  2e0 f* ;
 : f2/  2e0 f/ ;  : f2/  .5e0 f* ;
 : 1/f  1e0 fswap f/ ;  : 1/f  1e0 fswap f/ ;
   
   


Generate output suitable for use with a patch program
Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help