remove invalid comment from sqrt.c
authornsz <nsz@port70.net>
Sun, 4 Mar 2012 02:24:33 +0000 (03:24 +0100)
committernsz <nsz@port70.net>
Sun, 4 Mar 2012 02:24:33 +0000 (03:24 +0100)
src/math/sqrt.c

index 2c5642e..e4b166d 100644 (file)
@@ -74,9 +74,6 @@
  *      sqrt(inf) = inf
  *      sqrt(-ve) = NaN         ... with invalid signal
  *      sqrt(NaN) = NaN         ... with invalid signal for signaling NaN
- *
- * Other methods : see the appended file at the end of the program below.
- *---------------
  */
 
 #include "libm.h"