OSDN Git Service

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