5713177bb31a6851e5951fab2d8bf40e8b9931ba
[dragonfly.git] / lib / libm / gaps / ccoshl.3
1 .\" $NetBSD: ccosh.3,v 1.3 2013/01/29 02:05:09 matt Exp $
2 .\" Copyright (c) 2001-2003 The Open Group, All Rights Reserved
3 .Dd November 30, 2014
4 .Dt CCOSHL 3
5 .Os
6 .Sh NAME
7 .Nm ccoshl
8 .Nd complex hyperbolic cosine function
9 .Sh SYNOPSIS
10 .In complex.h
11 .Ft long double complex
12 .Fn ccoshl "long double complex z"
13 .Sh DESCRIPTION
14 This function computes the complex hyperbolic cosine of
15 .Ar z .
16 .Sh RETURN VALUES
17 This function returns the complex hyperbolic cosine value.
18 .Sh ERRORS
19 No errors are defined.
20 .Sh SEE ALSO
21 .Xr cacosh 3 ,
22 .St -p1003.1-2001
23 .Aq Pa complex.h
24 .Sh COPYRIGHT
25 Portions of this text are reprinted and reproduced in electronic form
26 from IEEE Std 1003.1, 2003 Edition, Standard for Information Technology
27 -- Portable Operating System Interface (POSIX), The Open Group Base
28 Specifications Issue 6, Copyright (C) 2001-2003 by the Institute of
29 Electrical and Electronics Engineers, Inc and The Open Group.
30 In the
31 event of any discrepancy between this version and the original IEEE and
32 The Open Group Standard, the original IEEE and The Open Group Standard
33 is the referee document.
34 The original Standard can be obtained online at
35 http://www.opengroup.org/unix/online.html .