asinh

From cppreference.com
< c‎ | numeric‎ | math
 
 
 
Common mathematical functions
Functions
Basic operations
(C99)
(C99)
(C99)
(C99)
(C99)
(C99)
(C99)(C99)(C99)
Exponential functions
(C99)
(C99)
(C99)
(C99)
Power functions
(C99)
(C99)
Trigonometric and hyperbolic functions
asinh
(C99)
(C99)
(C99)
Error and gamma functions
(C99)
(C99)
(C99)
(C99)
Nearest integer floating point operations
(C99)(C99)(C99)
(C99)
(C99)
(C99)(C99)(C99)
Floating point manipulation functions
(C99)(C99)
(C99)
(C99)
Classification
(C99)
(C99)
(C99)
(C99)
(C99)
(C99)
Macro constants
 
Defined in header <math.h>
float       asinhf( float arg );
(since C99)
double      asinh( double arg );
(since C99)
long double asinhl( long double arg );
(since C99)

Computes area hyperbolic sine of arg

Contents

[edit] Parameters

arg - floating point value

[edit] Return value

Inverse hyperbolic sine of arg

[edit] See also

(C99)
area hyperbolic cosine
(function)
(C99)
area hyperbolic tangent
(function)
computes hyperbolic sine (sh(x))
(function)
C++ documentation for asinh

[edit] External links

Weisstein, Eric W. "Inverse Hyperbolic Sine." From MathWorld--A Wolfram Web Resource.