csinh(3)


NAME

   csinh, csinhf, csinhl - complex hyperbolic sine

SYNOPSIS

   #include <complex.h>

   double complex csinh(double complex z);
   float complex csinhf(float complex z);
   long double complex csinhl(long double complex z);

   Link with -lm.

DESCRIPTION

   These functions calculate the complex hyperbolic sine of z.

   The complex hyperbolic sine function is defined as:

       csinh(z) = (exp(z)-exp(-z))/2

VERSIONS

   These functions first appeared in glibc in version 2.1.

ATTRIBUTES

   For   an   explanation   of   the  terms  used  in  this  section,  see
   attributes(7).

   
   Interface                    Attribute      Value   
   
   csinh(), csinhf(), csinhl()  Thread safety  MT-Safe 
   

CONFORMING TO

   C99, POSIX.1-2001, POSIX.1-2008.

SEE ALSO

   cabs(3), casinh(3), ccosh(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                          CSINH(3)


More Linux Commands

manpages/hashalot.1.html
hashalot(1) - read a passphrase and print a hash (Man Page)
hashalot is a small tool that reads a passphrase from standard input, hashes it using the given hash type, and prints the result to standard output. Supported v

manpages/modify_ldt.2.html
modify_ldt(2) - get or set ldt (System - Linux man page)....
modify_ldt() reads or writes the local descriptor table (ldt) for a process. The ldt is a per-process memory management table used by the i386 processor. For mo

manpages/Tcl_ConditionFinalize.3.html
Tcl_ConditionFinalize(3) - Tcl thread support (Man Page)....
Tcl provides Tcl_CreateThread for creating threads. The caller can determine the size of the stack given to the new thread and modify the behaviour through the

manpages/Pod::Checker.3pm.html
Pod::Checker(3pm) - check pod documents for syntax errors...
podchecker will perform syntax checking of Perl5 POD format documentation. Curious/ambitious users are welcome to propose additional features they wish to see i

manpages/glMultiTexCoord2fvARB.3gl.html
glMultiTexCoord2fvARB(3gl) - set the current texture coordin
glMultiTexCoordARB specifies texture coordinates in one, two, three, or four dimensions. glMultiTexCoord1ARB sets the current texture coordinates to (s, 0, 0, 1

manpages/glTexCoord2fv.3gl.html
glTexCoord2fv(3gl) - set the current texture coordinates....
glTexCoord specifies texture coordinates in one, two, three, or four dimensions. glTexCoord1 sets the current texture coordinates to (s, 0, 0, 1); a call to glT

manpages/Bundle::DBI.3pm.html
Bundle::DBI(3pm) - A bundle to install DBI and required modu
This bundle includes all the modules used by the Perl Database Interface ( DBI ) module, created by Tim Bunce. A Bundle is a module that simply defines a collec

manpages/Tk_NameOfImage.3.html
Tk_NameOfImage(3) - Return name of image. - Linux man page
This procedure is invoked by image managers to find out the name of an image. Given the token for the image, it returns the string name for the image. KEYWORDS

manpages/glLightModelf.3gl.html
glLightModelf(3gl) - set the lighting model parameters......
glLightModel sets the lighting model parameter. pname names a parameter and params gives the new value. There are three lighting model parameters: GL_LIGHT_MODE

manpages/acpi_listen.8.html
acpi_listen(8) - ACPI event listener - Linux manual page....
acpid is the system-wide ACPI event catcher. acpi_listen is a simple shell-friendly tool which connects to acpid and listens for events. When an event occurs, a

manpages/Tk_PathName.3.html
Tk_PathName(3) - convert between names and window tokens....
Each window managed by Tk has two names, a short name that identifies a window among children of the same parent, and a path name that identifies the window uni

manpages/elographics.4.html
elographics(4) - Elographics input driver - Linux man page
elographics is an Xorg input driver for Elographics touchscreen devices. The elographics driver functions as a pointer input device, and may be used as the X se





We can't live, work or learn in freedom unless the software we use is free.