From ed769c6bef21cd704a53b2eecfb3d13a338a6a5d Mon Sep 17 00:00:00 2001 From: nsz Date: Sun, 4 Mar 2012 03:24:33 +0100 Subject: [PATCH] remove invalid comment from sqrt.c --- src/math/sqrt.c | 3 --- 1 file changed, 3 deletions(-) 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" -- 2.20.1