ctanh(3)


NAME

   ctanh, ctanhf, ctanhl - complex hyperbolic tangent

SYNOPSIS

   #include <complex.h>

   double complex ctanh(double complex z);
   float complex ctanhf(float complex z);
   long double complex ctanhl(long double complex z);

   Link with -lm.

DESCRIPTION

   These functions calculate the complex hyperbolic tangent of z.

   The complex hyperbolic tangent function is defined mathematically as:

       ctanh(z) = csinh(z) / ccosh(z)

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   
   
   ctanh(), ctanhf(), ctanhl()  Thread safety  MT-Safe 
   

CONFORMING TO

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

SEE ALSO

   cabs(3), catanh(3), ccosh(3), csinh(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                          CTANH(3)


More Linux Commands

manpages/WhitePixel.3.html
WhitePixel(3) - Display macros and functions (Man Page).....
The AllPlanes macro returns a value with all bits set to 1 suitable for use in a plane argument to a procedure. The BlackPixel macro returns the black pixel val

manpages/gnutls_openpgp_crt_get_expiration_time.3.html
gnutls_openpgp_crt_get_expiration_time(3) - API function....
Get key expiration time. A value of 0 means that the key doesnt expire at all. RETURNS the time when the OpenPGP key expires. REPORTING BUGS Report bugs to &lt;bug

manpages/dde.n.html
dde(n) - Execute a Dynamic Data Exchange command (Man Page)
This command allows an application to send Dynamic Data Exchange (DDE) command when running under Microsoft Windows. Dynamic Data Exchange is a mechanism where

manpages/ldap_memvfree.3.html
ldap_memvfree(3) - LDAP memory allocation routines (ManPage)
These routines are used to allocate/deallocate memory used/returned by the LDAP library. ldap_memalloc(), ldap_memcalloc(), ldap_memrealloc(), and ldap_memfree(

manpages/renameat2.2.html
renameat2(2) change the name or location of a file..........
rename() renames a file, moving it between directories if required. Any other hard links to the file (as created using link(2)) are unaffected. Open file descri

manpages/sigandset.3.html
sigandset(3) - POSIX signal set operations. - Linux man page
These functions allow the manipulation of POSIX signal sets. sigemptyset() initializes the signal set given by set to empty, with all signals excluded from the

manpages/MIME::Decoder::QuotedPrint.3pm.html
MIME::Decoder::QuotedPrint(3pm) - encode/decode a "quoted-pr
A MIME::Decoder subclass for the quoted-printable encoding. The name was chosen to jibe with the pre-existing MIME::QuotedPrint utility package, which this clas

manpages/mountstats.8.html
mountstats(8) - Displays NFS client per-mount statistics....
The mountstats command displays NFS client statisitics on each given &lt;mount_point&gt; OPTIONS --nfs display only the NFS statistics --rpc display only the RPC stat

manpages/tc-red.8.html
tc-red(8) - Random Early Detection - Linux manual page......
Random Early Detection is a classless qdisc which manages its queue size smartly. Regular queues simply drop packets from the tail when they are full, which may

manpages/perlapi.1.html
perlapi(1) - autogenerated documentation for the perl public
This file contains the documentation of the perl public API generated by embed.pl, specifically a listing of functions, macros, flags, and variables that may be

manpages/XrmLocaleOfDatabase.3.html
XrmLocaleOfDatabase(3) - retrieve and store resource databas
The XrmGetFileDatabase function opens the specified file, creates a new resource database, and loads it with the specifications read in from the specified file.

manpages/gnutls_compression_get_name.3.html
gnutls_compression_get_name(3) - API function (Man Page)....
Convert a gnutls_compression_method_t value to a string. RETURNS a pointer to a string that contains the name of the specified compression algorithm, or NULL. R





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