Other Alias
csinhf, csinhl書式
#include <complex.h>
double complex csinh(double complex z);
float complex csinhf(float complex z);
long double complex csinhl(long double complex z);
-lm でリンクする。
説明
複素数の双曲線正弦 (hyperbolic sine) 関数 sinh(z) は以下のように定義される。csinh(z) = (exp(z)-exp(-z))/2
バージョン
これらの関数は glibc バージョン 2.1 で初めて登場した。準拠
C99.この文書について
この man ページは Linux man-pages プロジェクトのリリース 3.65 の一部 である。プロジェクトの説明とバグ報告に関する情報は http://www.kernel.org/doc/man-pages/ に書かれている。