NAME
ccosh, ccoshf, ccoshl - complex hyperbolic cosine
SYNOPSIS
#include <complex.h> double complex ccosh(double complex z); float complex ccoshf(float complex z); long double complex ccoshl(long double complex z); Link with -lm.
DESCRIPTION
These functions calculate the complex hyperbolic cosine of z. The complex hyperbolic cosine function is defined as: ccosh(z) = (exp(z)+exp(-z))/2
VERSIONS
These functions first appeared in glibc in version 2.1.
CONFORMING TO
C99, POSIX.1-2001, POSIX.1-2008.
SEE ALSO
cabs(3), cacosh(3), csinh(3), ctanh(3), complex(7)
COLOPHON
This page is part of release 4.09 of the Linux man-pages project. A description of the project, information about reporting bugs, and the latest version of this page, can be found at https://www.kernel.org/doc/man-pages/. 2015-04-19 CCOSH(3)
More Linux Commands
manpages/glListBase.3gl.html
glListBase(3gl) - set the display-list base for glCallLists
glCallLists specifies an array of offsets. Display-list names are generated by adding base to each offset. Names that reference valid display lists are executed
manpages/glutUseLayer.3.html
glutUseLayer(3) - changes the layer in use for the current w
glutUseLayer changes the per-window layer in use for the current window, selecting either the normal plane or overlay. The overlay should only be specified if a
manpages/smbcacls.1.html
smbcacls(1) - Set or get ACLs on an NT file or directory nam
This tool is part of the samba(7) suite. The smbcacls program manipulates NT Access Control Lists (ACLs) on SMB file shares. An ACL is comprised of zero or more
manpages/XTestFakeKeyEvent.3.html
XTestFakeKeyEvent(3) - XTest extension functions (Man Page)
This extension is a minimal set of client and server extensions required to completely test the X11 server with no user intervention. This extension is not inte
manpages/strip.1.html
strip(1) - Discard symbols from object files. (Man Page)....
GNU strip discards all symbols from object files objfile. The list of object files may include archives. At least one object file must be given. strip modifies
manpages/resolv+.8.html
resolv+(8) - enhanced DNS resolver library - Linux man page
Resolv+ is a modified version of the standard Berkeley BIND host resolver library. Enhancements include support for host lookups via the Internet Domain Name Sy
manpages/pnmtojbig.1.html
pnmtojbig(1) - PNM to JBIG file converter - Linux man page
This program is part of Netpbm(1) pnmtojbig reads a PBM or PGM image, compresses it, and outputs the image as a JBIG bi-level image entity (BIE) file. JBIG is a
manpages/runuser.1.html
runuser(1) run a command with substitute user and group ID
runuser allows to run commands with substitute user and group ID. If the option -u is not given, falls back to su compatible semantics and a shell is executed.
manpages/Math::BigFloat.3pm.html
Math::BigFloat(3pm) - Arbitrary size floating point math pac
All operators (including basic math operations) are overloaded if you declare your big floating point numbers as $i = new Math::BigFloat 12_3.456_789_123_456_78
manpages/break.2.html
break(2) - unimplemented system calls - Linux manual page...
These system calls are not implemented in the Linux kernel. RETURN VALUE These system calls always return -1 and set errno to ENOSYS. NOTES Note that ftime(3),
manpages/auparse_get_timestamp.3.html
auparse_get_timestamp(3) - access timestamp of the event....
auparse_get_timestamp provides an accessor function for the events timestamp data structure. The data structure is as follows: typedef struct { time_t sec; // E
manpages/setlinebuf.3.html
setlinebuf(3) - stream buffering operations - Linux man page
The three types of buffering available are unbuffered, block buffered, and line buffered. When an output stream is unbuffered, information appears on the destin
