From: Bryan T. <tho...@us...> - 2007-09-10 11:02:19
|
Update of /cvsroot/cweb/generic-test/src/java/org/CognitiveWeb/generic/gql In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv16866/src/java/org/CognitiveWeb/generic/gql Modified Files: GValueTestCase.java Log Message: Remove some non-ASCII characters. Index: GValueTestCase.java =================================================================== RCS file: /cvsroot/cweb/generic-test/src/java/org/CognitiveWeb/generic/gql/GValueTestCase.java,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** GValueTestCase.java 16 Aug 2007 09:49:45 -0000 1.11 --- GValueTestCase.java 10 Sep 2007 11:02:10 -0000 1.12 *************** *** 95,99 **** // * Place. This specifies how big an error we are willing to accept // * in terms of the value of the least significant digit of the ! // * floating point numbers representation. <i>maxUlps</i> can // * also be interpreted in terms of how many representable floats // * we are willing to accept between A and B. This function will --- 95,99 ---- // * Place. This specifies how big an error we are willing to accept // * in terms of the value of the least significant digit of the ! // * floating point number's representation. <i>maxUlps</i> can // * also be interpreted in terms of how many representable floats // * we are willing to accept between A and B. This function will *************** *** 170,174 **** // * Place. This specifies how big an error we are willing to accept // * in terms of the value of the least significant digit of the ! // * floating point numbers representation. <i>maxUlps</i> can // * also be interpreted in terms of how many representable doubles // * we are willing to accept between A and B. This function will --- 170,174 ---- // * Place. This specifies how big an error we are willing to accept // * in terms of the value of the least significant digit of the ! // * floating point number's representation. <i>maxUlps</i> can // * also be interpreted in terms of how many representable doubles // * we are willing to accept between A and B. This function will |