std::atanh
来自cppreference.com
|
|
该页由英文版wiki使用Google Translate机器翻译而来。
该翻译可能存在错误或用词不当。鼠标停留在文本上可以看到原版本。你可以帮助我们修正错误或改进翻译。参见说明请点击这里. |
| 在头文件 <cmath> 中定义
|
||
| float atanh( float arg ); |
(C++11 起) | |
| double atanh( double arg ); |
(C++11 起) | |
| long double atanh( long double arg ); |
(C++11 起) | |
| double atanh( Integral arg ); |
(C++11 起) | |
计算双曲反正切
arg原文:
Computes hyperbolic arc tangent of
arg目录 |
[编辑] 参数
| arg | - | 浮点值
|
[编辑] 返回值
arg的反双曲正切值[编辑] 另请参阅
| (C++11) |
双曲反正弦 (函数) |
| (C++11) |
双曲反余弦值 (函数) |
| 双曲正切 (函数) | |
| (C++11) |
双曲反正切计算一个复数 原文: computes hyperbolic arc tangent of a complex number (函数模板) |
[编辑] 外部链接
Weisstein, Eric W. "Inverse Hyperbolic Tangent.",从MathWorld - Wolfram网络资源.
原文:
Weisstein, Eric W. "Inverse Hyperbolic Tangent." From MathWorld--A Wolfram Web Resource.