.\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de) .\" Distributed under GPL .\" .\" Japanese Version Copyright (c) 2003 Akihiro MOTOKI .\" all rights reserved. .\" Translated Wed Jul 23 05:54:24 JST 2003 .\" by Akihiro MOTOKI .\" .\"WORD: hyperbolic 双曲(線の) .\"WORD: sine 正弦 .\"WORD: cosine 余弦 .\"WORD: tangent 正接 .\" .TH CSINH 3 2008-08-11 "" "Linux Programmer's Manual" .SH 名前 csinh, csinhf, csinhl \- 複素数の双曲線正弦 (hyperbolic sine) .SH 書式 .B #include .sp .BI "double complex csinh(double complex " z ");" .br .BI "float complex csinhf(float complex " z ");" .br .BI "long double complex csinhl(long double complex " z ");" .sp \fI\-lm\fP でリンクする。 .SH 説明 複素数の双曲線正弦 (hyperbolic sine) 関数 sinh(z) は以下のように定義される。 .nf csinh(z) = (exp(z)\-exp(\-z))/2 .fi .SH バージョン これらの関数は glibc バージョン 2.1 で初めて登場した。 .SH 準拠 C99. .SH 関連項目 .BR cabs (3), .BR casinh (3), .BR ccosh (3), .BR ctanh (3), .BR complex (7)