asinh(3)


NAME

   asinh, asinhf, asinhl - inverse hyperbolic sine function

SYNOPSIS

   #include <math.h>

   double asinh(double x);
   float asinhf(float x);
   long double asinhl(long double x);

   Link with -lm.

   Feature Test Macro Requirements for glibc (see feature_test_macros(7)):

   asinh():
       _ISOC99_SOURCE || _POSIX_C_SOURCE >= 200112L
           || _XOPEN_SOURCE >= 500
           || /* Since glibc 2.19: */ _DEFAULT_SOURCE
           || /* Glibc versions <= 2.19: */ _BSD_SOURCE || _SVID_SOURCE

   asinhf(), asinhl():
       _ISOC99_SOURCE || _POSIX_C_SOURCE >= 200112L
           || /* Since glibc 2.19: */ _DEFAULT_SOURCE
           || /* Glibc versions <= 2.19: */ _BSD_SOURCE || _SVID_SOURCE

DESCRIPTION

   These functions calculate the inverse hyperbolic sine of x; that is the
   value whose hyperbolic sine is x.

RETURN VALUE

   On success, these functions return the inverse hyperbolic sine of x.

   If x is a NaN, a NaN is returned.

   If x is +0 (-0), +0 (-0) is returned.

   If x  is  positive  infinity  (negative  infinity),  positive  infinity
   (negative infinity) is returned.

ERRORS

   No errors occur.

ATTRIBUTES

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

   
   Interface                    Attribute      Value   
   
   asinh(), asinhf(), asinhl()  Thread safety  MT-Safe 
   

CONFORMING TO

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

   The variant returning double also conforms to SVr4, 4.3BSD, C89.

SEE ALSO

   acosh(3), atanh(3), casinh(3), cosh(3), sinh(3), tanh(3)

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/.


More Linux Commands

manpages/notepad.1.html
notepad(1) - Wine text editor (Commands - Linux man page)...
notepad is the Wine text editor, designed to be compatible with its Microsoft Windows counterpart. It supports ANSI, UTF-8 and UTF-16 files, and can read (but n

manpages/btrfs-check.8.html
btrfsck(8) check or repair a btrfs filesystem offline.......
btrfs check is used to check or repair a btrfs filesystem offline. Note Since btrfs is under heavy development especially the btrfs check command, it is highly

manpages/threads.3pm.html
threads(3pm) - Perl interpreter-based threads (Man Page)....
Since Perl 5.8, thread programming has been available using a model called interpreter threads which provides a new Perl interpreter for each thread, and, by de

manpages/ypwhich.1.html
ypwhich(1) - return name of NIS server or map master........
ypwhich returns the name of the NIS server that supplies the NIS services to a NIS client, or which is the master for a map. If invoked without arguments, it gi

manpages/item_visible.3menu.html
item_visible(3menu) - check visibility of a menu item.......
A menu item is visible when it is in the portion of a posted menu that is mapped onto the screen (if the menu is scrollable, in particular, this portion will be

manpages/scope.n.html
scope(n) - capture the namespace context for a variable.....
Creates a scoped value for the specified name, which must be a variable name. If the name is an instance variable, then the scope command returns a string of th

manpages/vlimit.3.html
vlimit(3) - get/set resource limits - Linux manual page.....
The getrlimit() and setrlimit() system calls get and set resource limits respectively. Each resource has an associated soft and hard limit, as defined by the rl

manpages/Tk_PointToChar.3.html
Tk_PointToChar(3) - routines to measure and display single-f
These routines are for measuring and displaying single-font, multi-line, justified text. To measure and display simple single-font, single-line strings, refer t

manpages/groff_out.5.html
groff_out(5) - groff intermediate output format (Man Page)
This manual page describes the intermediate output format of the GNU roff(7) text processing system groff(1). This output is produced by a run of the GNU troff(

manpages/play.1.html
play(1) - Sound eXchange, the Swiss Army knife of audio mani
Introduction SoX reads and writes audio files in most popular formats and can optionally apply effects to them. It can combine multiple input sources, synthesis

manpages/iceccd.1.html
iceccd(1) - Icecream daemon (Commands - Linux man page).....
The Icecream daemon has to run on all nodes being part of the Icecream compile cluster. It receives compile jobs and executes them in a chroot environment. The

manpages/clockdiff.8.html
clockdiff(8) - measure clock difference between hosts.......
clockdiff Measures clock difference between us and destination with 1 msec resolution using ICMP TIMESTAMP [2] packets or, optionally, IP TIMESTAMP option [3] o





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