From ffedbbec0256cfb43963d1d0e6175b9f87786eaa Mon Sep 17 00:00:00 2001 From: kargl Date: Tue, 31 Dec 2013 23:59:33 +0000 Subject: * msun/man/cosh.3: * msun/man/sinh.3: * msun/man/tanh.3: . Fix grammar. * msun/src/e_coshl.c: * msun/src/e_sinhl.c: . Fix comment. * msun/src/s_tanhl.c: . Remove unused variables. . Fix location/indentation of comments. . Use comparison involving ints instead of long double. . Re-order polynomial evaluation on ld128 for |x| < 0.25. For now, retain the older order in an "#if 0 ... #else" block. . Use int comparison to short-circuit the |x| < 1.5 condition. Requested by: bde --- lib/msun/man/tanh.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/msun/man/tanh.3') diff --git a/lib/msun/man/tanh.3 b/lib/msun/man/tanh.3 index e1fc11a..ea2468f 100644 --- a/lib/msun/man/tanh.3 +++ b/lib/msun/man/tanh.3 @@ -50,7 +50,7 @@ The .Fn tanh , .Fn tanhf , -and the +and .Fn tanhl functions compute the hyperbolic tangent of .Fa x . -- cgit v1.1