tanh
来自cppreference.com
该页由英文版wiki使用Google Translate机器翻译而来。
该翻译可能存在错误或用词不当。鼠标停留在文本上可以看到原版本。你可以帮助我们修正错误或改进翻译。参见说明请点击这里. |
在头文件 <math.h> 中定义
|
||
float tanhf( float arg ); |
||
double tanh( double arg ); |
||
long double tanhl( long double arg ); |
||
计算双曲正切
arg
[编辑] 参数
arg | - | 浮点值
|
[编辑] 返回值
arg
的双曲正切[编辑] 另请参阅
计算双曲正弦(sh(x)) (函数) | |
计算双曲余弦(ch(x)) (函数) | |
(C99) |
双曲反正切 (函数) |
C++ documentation for tanh
|