From: nsz Date: Sun, 4 Mar 2012 02:24:33 +0000 (+0100) Subject: remove invalid comment from sqrt.c X-Git-Url: http://nsz.repo.hu/git/?p=libm;a=commitdiff_plain;h=ed769c6bef21cd704a53b2eecfb3d13a338a6a5d remove invalid comment from sqrt.c --- diff --git a/src/math/sqrt.c b/src/math/sqrt.c index 2c5642e..e4b166d 100644 --- a/src/math/sqrt.c +++ b/src/math/sqrt.c @@ -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"