| version 1.215, Sat Jun 30 20:50:48 2007 UTC | version 1.216, Fri Jul 6 12:54:56 2007 UTC | ||
|---|---|---|---|
|
|
||
| /* !! 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); | ||
|
||||||||
|
CVS Admin Powered by ViewCVS 1.0-dev |
ViewCVS and CVS Help |