OSDN Git Service

(split) LDP: Release pages for LDP v3.39.
[linuxjm/LDP_man-pages.git] / release / man3 / csin.3
index f1bc44d..b116014 100644 (file)
@@ -1,26 +1,22 @@
 .\" 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:24:36 JST 2003
-.\"         by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>
+.\"*******************************************************************
 .\"
-.\"WORD:       sine            正弦
-.\"WORD:       cosine          余弦
-.\"WORD:       tangent         正接
+.\" This file was generated with po4a. Translate the source file.
 .\"
-.TH CSIN 3 2008-08-11 "" "Linux Programmer's Manual"
+.\"*******************************************************************
+.TH CSIN 3 2008\-08\-11 "" "Linux Programmer's Manual"
 .SH 名前
 csin, csinf, csinl \- 複素数の正弦 (sine)
 .SH 書式
-.B #include <complex.h>
+\fB#include <complex.h>\fP
 .sp
-.BI "double complex csin(double complex " z ");"
+\fBdouble complex csin(double complex \fP\fIz\fP\fB);\fP
 .br
-.BI "float complex csinf(float complex " z );
+\fBfloat complex csinf(float complex \fP\fIz\fP\fB);\fP
 .br
-.BI "long double complex csinl(long double complex " z ");"
+\fBlong double complex csinl(long double complex \fP\fIz\fP\fB);\fP
 .sp
 \fI\-lm\fP でリンクする。
 .SH 説明
@@ -34,8 +30,4 @@ csin, csinf, csinl \- 複素数の正弦 (sine)
 .SH 準拠
 C99.
 .SH 関連項目
-.BR cabs (3),
-.BR casin (3),
-.BR ccos (3),
-.BR ctan (3),
-.BR complex (7)
+\fBcabs\fP(3), \fBcasin\fP(3), \fBccos\fP(3), \fBctan\fP(3), \fBcomplex\fP(7)