]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/cosh.3
acos.3, acosh.3, asin.3, asinh.3, atan.3, atan2.3, atanh.3, cabs.3, cacos.3, cacosh...
[thirdparty/man-pages.git] / man3 / cosh.3
index 2cf4c89335353fdb9f8574485112ae85449d7166..b5800e149760c0413bda7c9674df4c1be4f24229 100644 (file)
@@ -66,12 +66,9 @@ or
 .RE
 .ad
 .SH DESCRIPTION
-The
-.BR cosh ()
-function returns the hyperbolic cosine of
+These functions return the hyperbolic cosine of
 .IR x ,
-which
-is defined mathematically as:
+which is defined mathematically as:
 .nf
 
     cosh(x) = (exp(x) + exp(\-x)) / 2