xref: /minix/lib/libm/complex/cacosh.3 (revision 84d9c625)
1.\" $NetBSD: cacosh.3,v 1.4 2013/03/14 19:15:34 njoly Exp $
2.\" Copyright (c) 2001-2003 The Open Group, All Rights Reserved
3.Dd January 29, 2013
4.Dt CACOSH 3
5.Os
6.Sh NAME
7.Nm cacosh ,
8.Nm cacoshf ,
9.Nm cacoshl
10.Nd complex arc hyperbolic cosine functions
11.Sh SYNOPSIS
12.In complex.h
13.Ft double complex
14.Fn cacosh "double complex z"
15.Ft float complex
16.Fn cacoshf "float complex z"
17.Ft long double complex
18.Fn cacoshl "long double complex z"
19.Sh DESCRIPTION
20These functions compute the complex arc hyperbolic cosine of
21.Ar z ,
22with a branch cut at values less than 1 along the real axis.
23.Sh RETURN VALUES
24These functions return the complex arc hyperbolic cosine value,
25in the range of a half-strip of non-negative values along
26the real axis and in the interval [\-i pi,\ +i pi] along
27the imaginary axis.
28.Sh ERRORS
29No errors are defined.
30.Sh SEE ALSO
31.Xr ccosh 3 ,
32.St -p1003.1-2001
33.Aq Pa complex.h
34.Sh COPYRIGHT
35Portions of this text are reprinted and reproduced in electronic form
36from IEEE Std 1003.1, 2003 Edition, Standard for Information Technology
37-- Portable Operating System Interface (POSIX), The Open Group Base
38Specifications Issue 6, Copyright (C) 2001-2003 by the Institute of
39Electrical and Electronics Engineers, Inc and The Open Group.
40In the
41event of any discrepancy between this version and the original IEEE and
42The Open Group Standard, the original IEEE and The Open Group Standard
43is the referee document.
44The original Standard can be obtained online at
45http://www.opengroup.org/unix/online.html .
46