[gforth] / gforth / float.fs  

gforth: gforth/float.fs

Diff for /gforth/float.fs between version 1.8 and 1.9

version 1.8, Mon Sep 12 19:00:29 1994 UTC version 1.9, Thu Oct 27 16:32:19 1994 UTC
Line 99 
Line 99 
            r> IF  fnegate  THEN ;             r> IF  fnegate  THEN ;
 : facosh   fdup fdup f* 1e0 f- fsqrt f+ fln ;  : facosh   fdup fdup f* 1e0 f- fsqrt f+ fln ;
 : fasinh   fdup fdup f* 1e0 f+ fsqrt f/ fatanh ;  : fasinh   fdup fdup f* 1e0 f+ fsqrt f/ fatanh ;
   
   : f.s  ." <" fdepth 0 .r ." > " fdepth 0 max maxdepth-.s @ min dup 0
     ?DO  dup i - 1- floats fp@ + f@ f.  LOOP  drop ;


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help