OSDN Git Service

Update release for LDP 3.67
[linuxjm/LDP_man-pages.git] / release / man3 / csin.3
1 .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
2 .\"
3 .\" %%%LICENSE_START(GPL_NOVERSION_ONELINE)
4 .\" Distributed under GPL
5 .\" %%%LICENSE_END
6 .\"
7 .\"*******************************************************************
8 .\"
9 .\" This file was generated with po4a. Translate the source file.
10 .\"
11 .\"*******************************************************************
12 .\"
13 .\" Japanese Version Copyright (c) 2003  Akihiro MOTOKI
14 .\"         all rights reserved.
15 .\" Translated Wed Jul 23 05:24:36 JST 2003
16 .\"         by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>
17 .\"
18 .TH CSIN 3 2008\-08\-11 "" "Linux Programmer's Manual"
19 .SH 名前
20 csin, csinf, csinl \- 複素数の正弦 (sine)
21 .SH 書式
22 \fB#include <complex.h>\fP
23 .sp
24 \fBdouble complex csin(double complex \fP\fIz\fP\fB);\fP
25 .br
26 \fBfloat complex csinf(float complex \fP\fIz\fP\fB);\fP
27 .br
28 \fBlong double complex csinl(long double complex \fP\fIz\fP\fB);\fP
29 .sp
30 \fI\-lm\fP でリンクする。
31 .SH 説明
32 複素数の正弦 (sine) 関数 csin(z) は以下のように定義される。
33 .nf
34
35     csin(z) = (exp(i * z) \- exp(\-i * z)) / (2 * i)
36 .fi
37 .SH バージョン
38 これらの関数は glibc バージョン 2.1 で初めて登場した。
39 .SH 準拠
40 C99.
41 .SH 関連項目
42 \fBcabs\fP(3), \fBcasin\fP(3), \fBccos\fP(3), \fBctan\fP(3), \fBcomplex\fP(7)
43 .SH この文書について
44  この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.67 の一部
45 である。プロジェクトの説明とバグ報告に関する情報は
46 http://www.kernel.org/doc/man\-pages/ に書かれている。