X-Git-Url: http://git.osdn.net/view?p=linuxjm%2FLDP_man-pages.git;a=blobdiff_plain;f=original%2Fman3%2Facosh.3;h=f7fac4293bb1e1e736307f93f54561b1e41b7d3c;hp=cce02f939a8b29cb6b89fb6fde41634aaa377a82;hb=4ea6bb24817f6f049d6bbc90ecd77a869876f9b0;hpb=c03a7a882c608ebf399d1b044ce7a6daa922351a diff --git a/original/man3/acosh.3 b/original/man3/acosh.3 index cce02f93..f7fac429 100644 --- a/original/man3/acosh.3 +++ b/original/man3/acosh.3 @@ -2,6 +2,7 @@ .\" and Copyright 2008, Linux Foundation, written by Michael Kerrisk .\" .\" +.\" %%%LICENSE_START(VERBATIM) .\" Permission is granted to make and distribute verbatim copies of this .\" manual provided the copyright notice and this permission notice are .\" preserved on all copies. @@ -21,6 +22,7 @@ .\" .\" Formatted or processed versions of this manual, if unaccompanied by .\" the source, must acknowledge the copyright and authors of this work. +.\" %%%LICENSE_END .\" .\" References consulted: .\" Linux libc source code @@ -76,8 +78,10 @@ or The .BR acosh () function calculates the inverse hyperbolic cosine of -\fIx\fP; that is the value whose hyperbolic cosine is \fIx\fP. -.SH "RETURN VALUE" +.IR x ; +that is the value whose hyperbolic cosine is +.IR x . +.SH RETURN VALUE On success, these functions return the inverse hyperbolic cosine of .IR x . @@ -113,16 +117,25 @@ is set to An invalid floating-point exception .RB ( FE_INVALID ) is raised. -.SH "CONFORMING TO" +.SH CONFORMING TO C99, POSIX.1-2001. The variant returning .I double also conforms to SVr4, 4.3BSD, C89. -.SH "SEE ALSO" +.SH SEE ALSO .BR asinh (3), .BR atanh (3), .BR cacosh (3), .BR cosh (3), .BR sinh (3), .BR tanh (3) +.SH COLOPHON +This page is part of release 3.79 of the Linux +.I man-pages +project. +A description of the project, +information about reporting bugs, +and the latest version of this page, +can be found at +\%http://www.kernel.org/doc/man\-pages/.