[Fb-contrib-commit] fb-contrib/htdocs index.html,1.18,1.19
Brought to you by:
dbrosius
|
From: Dave B. <dbr...@us...> - 2005-10-29 21:34:07
|
Update of /cvsroot/fb-contrib/fb-contrib/htdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26710/htdocs Modified Files: index.html Log Message: try english out Index: index.html =================================================================== RCS file: /cvsroot/fb-contrib/fb-contrib/htdocs/index.html,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- index.html 29 Oct 2005 19:46:14 -0000 1.18 +++ index.html 29 Oct 2005 21:33:59 -0000 1.19 @@ -29,7 +29,7 @@ Finds methods that copy elements from one array to another manually using a loop. It is better performing to use System.arraycopy, as this method is native.</li> <li><b>Floating Point Loops</b><br/> - Finds methods that use floating point variables as the index. Since floating point math is inprecise, + Finds methods that use floating point variables as the index to loops. Since floating point math is inprecise, errors will accumulate each time through the loop, making the logic suspect. It is better to use an integer index, and calculate the desired floating point value from this integer.</li> </ul> |