summaryrefslogtreecommitdiffstats
path: root/lib/msun/man/tanh.3
diff options
context:
space:
mode:
authorkargl <kargl@FreeBSD.org>2013-12-31 23:59:33 +0000
committerkargl <kargl@FreeBSD.org>2013-12-31 23:59:33 +0000
commitffedbbec0256cfb43963d1d0e6175b9f87786eaa (patch)
treee32866594310ca9060f29cc0ffcd3025d413c84e /lib/msun/man/tanh.3
parentfbdc3a9423dfe09614c3098631f89bd50ebd3e6a (diff)
downloadFreeBSD-src-ffedbbec0256cfb43963d1d0e6175b9f87786eaa.zip
FreeBSD-src-ffedbbec0256cfb43963d1d0e6175b9f87786eaa.tar.gz
* 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
Diffstat (limited to 'lib/msun/man/tanh.3')
-rw-r--r--lib/msun/man/tanh.32
1 files changed, 1 insertions, 1 deletions
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 .
OpenPOWER on IntegriCloud