[gforth] / gforth / prim  

gforth: gforth/prim

Diff for /gforth/prim between version 1.215 and 1.216

version 1.215, Sat Jun 30 20:50:48 2007 UTC version 1.216, Fri Jul 6 12:54:56 2007 UTC
Line 2110 
Line 2110 
 /* !! unclear wording */  /* !! unclear wording */
 r2 = floor(r1);  r2 = floor(r1);
   
 fround  ( r1 -- r2 )    gforth  f_round  fround  ( r1 -- r2 )    float   f_round
 ""Round to the nearest integral value.""  ""Round to the nearest integral value.""
 r2 = rint(r1);  r2 = rint(r1);
   


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help