Difference between revisions of "cpp/numeric/math/asinh"
From cppreference.com
m (Text replace - "/sidebar" to "/navbar") |
m (r2.7.3) (Robot: Adding de, es, fr, it, ja, pt, ru, zh) |
||
Line 39: | Line 39: | ||
===External links=== | ===External links=== | ||
[http://mathworld.wolfram.com/InverseHyperbolicSine.html Weisstein, Eric W. "Inverse Hyperbolic Sine."] From MathWorld--A Wolfram Web Resource. | [http://mathworld.wolfram.com/InverseHyperbolicSine.html Weisstein, Eric W. "Inverse Hyperbolic Sine."] From MathWorld--A Wolfram Web Resource. | ||
+ | |||
+ | [[de:cpp/numeric/math/asinh]] | ||
+ | [[es:cpp/numeric/math/asinh]] | ||
+ | [[fr:cpp/numeric/math/asinh]] | ||
+ | [[it:cpp/numeric/math/asinh]] | ||
+ | [[ja:cpp/numeric/math/asinh]] | ||
+ | [[pt:cpp/numeric/math/asinh]] | ||
+ | [[ru:cpp/numeric/math/asinh]] | ||
+ | [[zh:cpp/numeric/math/asinh]] |
Revision as of 22:21, 2 November 2012
Template:ddcl list begin <tr class="t-dsc-header">
<td>Defined in header
</td>
<cmath>
<td></td> <td></td> </tr> <tr class="t-dcl ">
<td >float asinh( float arg );
</td>
<td class="t-dcl-nopad"> </td> <td > (since C++11) </td> </tr> <tr class="t-dcl ">
<td >double asinh( double arg );
</td>
<td class="t-dcl-nopad"> </td> <td > (since C++11) </td> </tr> <tr class="t-dcl ">
<td >long double asinh( long double arg );
</td>
<td class="t-dcl-nopad"> </td> <td > (since C++11) </td> </tr> <tr class="t-dcl ">
<td >double asinh( Integral arg );
</td>
<td class="t-dcl-nopad"> </td> <td > (since C++11) </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
See also
External links
Weisstein, Eric W. "Inverse Hyperbolic Sine." From MathWorld--A Wolfram Web Resource.