X-Git-Url: http://nsz.repo.hu/git/?p=libm;a=blobdiff_plain;f=src%2Fmath%2Fsqrt.c;h=e4b166da4845e2b1aeebf871854f3b30199868e7;hp=2c5642e30f80869836b2e1c04970626ee9af29c9;hb=ed769c6bef21cd704a53b2eecfb3d13a338a6a5d;hpb=0591f96c4fada924567b9583a9462dbf0bf62ae2 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"