Namespaces
Variants
Views
Actions

std::asinh

From cppreference.com
< cpp‎ | numeric‎ | math
Revision as of 00:55, 28 September 2011 by 76.21.41.59 (Talk)

Template:cpp/numeric/math/sidebar Template:ddcl list begin <tr class="t-dsc-header">

<td>
Defined in header <cmath>
</td>

<td></td> <td></td> </tr> <tr class="t-dcl ">

<td >
float       asinh( float arg );
</td>

<td class="t-dcl-nopad"> </td> <td > Template:mark c++11 feature </td> </tr> <tr class="t-dcl ">

<td >
double      asinh( double arg );
</td>

<td class="t-dcl-nopad"> </td> <td > Template:mark c++11 feature </td> </tr> <tr class="t-dcl ">

<td >
long double asinh( long double arg );
</td>

<td class="t-dcl-nopad"> </td> <td > Template:mark c++11 feature </td> </tr> Template:ddcl list end

Computes hyperbolic arc sine of arg

Contents

Parameters

arg - floating point value

Return value

inverse hyperbolic sine of arg

Equivalent function

Template:eq fun cpp

See also

Template:cpp/numeric/math/dcl list acoshTemplate:cpp/numeric/math/dcl list atanhTemplate:cpp/numeric/math/dcl list sinh