log tests: Add a comment.
authorBruno Haible <bruno@clisp.org>
Sat, 10 Mar 2012 18:11:48 +0000 (19:11 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 10 Mar 2012 23:40:21 +0000 (00:40 +0100)
tests/test-log.h

index 32b596e..65ae833 100644 (file)
@@ -29,6 +29,7 @@ test_function (void)
     * (DOUBLE) (1U << ((MANT_DIG - 1 + 3) / 5))
     * (DOUBLE) (1U << ((MANT_DIG - 1 + 4) / 5));
 
+  /* Pole.  */
   {
     DOUBLE z = LOG (L_(0.0));
     ASSERT (z == - HUGEVAL);