MathSinh

数の双曲線正弦(サイン)を返します。

double  MathSinh(
  double  value      // 数
  );

パラメータ

value

[in]  値。

戻り値

数の双曲線正弦(サイン)。

注意事項

MathSinh() 関数の代わりに sinh() 関数が使用可能です。