sinh () 函数

来源:互联网 发布:vscode for mac 编辑:程序博客网 时间:2024/05/18 03:54
 

sinh

语法:

 
  #include <math.h>
  double sinh( double arg );

功能: 函数返回参数arg的双曲正弦值。