Difference between revisions of "cpp/numeric/complex/asinh"
From cppreference.com
m (r2.7.3) (Robot: Adding de, es, fr, it, ja, pt, ru, zh) |
m (Shorten template names. Use {{lc}} where appropriate.) |
||
Line 9: | Line 9: | ||
===Parameters=== | ===Parameters=== | ||
− | {{ | + | {{par begin}} |
− | {{ | + | {{par | z | complex value}} |
− | {{ | + | {{par end}} |
===Return value=== | ===Return value=== | ||
Line 18: | Line 18: | ||
===See also=== | ===See also=== | ||
− | {{ | + | {{dsc begin}} |
− | {{ | + | {{dsc inc | cpp/numeric/complex/dcl list sin}} |
− | {{ | + | {{dsc inc | cpp/numeric/complex/dcl list sinh}} |
− | {{ | + | {{dsc inc | cpp/numeric/complex/dcl list asin}} |
− | {{ | + | {{dsc end}} |
[[de:cpp/numeric/complex/asinh]] | [[de:cpp/numeric/complex/asinh]] |
Revision as of 19:17, 31 May 2013
Defined in header <complex>
|
||
template< class T > complex<T> asinh( const complex<T>& z ); |
(since C++11) | |
Computes complex arc hyperbolic sine of a complex value z
.
Parameters
z | - | complex value |
Return value
Complex arc hyperbolic sine of z