Index: trunk/psLib/test/math/tst_psFunc00.c
===================================================================
--- trunk/psLib/test/math/tst_psFunc00.c	(revision 5090)
+++ trunk/psLib/test/math/tst_psFunc00.c	(revision 5091)
@@ -14,6 +14,8 @@
 *    orders are created.
 * 
-*    @version $Revision: 1.4 $  $Name: not supported by cvs2svn $
-*    @date $Date: 2005-09-22 02:47:16 $
+*    XXX: Compare to FLT_EPSILON
+* 
+*    @version $Revision: 1.5 $  $Name: not supported by cvs2svn $
+*    @date $Date: 2005-09-22 03:00:31 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, Univ. of Hawaii
@@ -131,7 +133,8 @@
         return 4;
     }
+
     for(psS32 i = 0; i < ORDER+1; i++) {
         for(psS32 j = 0; j < ORDER+2; j++) {
-            if(my2DPoly->coeff[i][j] != 0.0) {
+            if(fabs(my2DPoly->coeff[i][j]) > FLT_EPSILON) {
                 psError(PS_ERR_UNKNOWN,true,"Coeff[%d][%d] %lg not as expected %lg",
                         i, j, my2DPoly->coeff[i][j], 0.0);
