OSDN Git Service

(split) LDP: draft snapshot generated from latest ja.po files.
[linuxjm/LDP_man-pages.git] / draft / man3 / cexp.3
index fb0e915..6baaaa3 100644 (file)
@@ -1,56 +1,35 @@
 .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
 .\" Distributed under GPL
 .\"
-.\" Japanese Version Copyright (c) 2003  Akihiro MOTOKI
-.\"         all rights reserved.
-.\" Translated Thu Jul 24 02:05:20 JST 2003
-.\"         by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>
-.\" 
-.\"WORD:       exponential             指数
-.\"WORD:       natural logarithm       自然対数
-.\"WORD:       base                    底
-.\" 
-.TH CEXP 3 2008-08-06 "" "Linux Programmer's Manual"
-.\"O .SH NAME
+.\"*******************************************************************
+.\"
+.\" This file was generated with po4a. Translate the source file.
+.\"
+.\"*******************************************************************
+.TH CEXP 3 2008\-08\-11 "" "Linux Programmer's Manual"
 .SH 名前
-.\"O cexp, cexpf, cexpl \- complex exponential function
 cexp, cexpf, cexpl \- 複素数の指数関数
-.\"O .SH SYNOPSIS
 .SH 書式
-.B #include <complex.h>
+\fB#include <complex.h>\fP
 .sp
-.BI "double complex cexp(double complex " z ");"
+\fBdouble complex cexp(double complex \fP\fIz\fP\fB);\fP
 .br
-.BI "float complex cexpf(float complex " z ");"
+\fBfloat complex cexpf(float complex \fP\fIz\fP\fB);\fP
 .br
-.BI "long double complex cexpl(long double complex " z ");"
+\fBlong double complex cexpl(long double complex \fP\fIz\fP\fB);\fP
 .sp
-.\"O Link with \fI\-lm\fP.
 \fI\-lm\fP でリンクする。
-.\"O .SH DESCRIPTION
 .SH 説明
-.\"O The function calculates e (2.71828..., the base of natural logarithms)
-.\"O raised to the power of
-.\"O .IR z .
-この関数は e (2.71828..., 自然対数の底) の \fIz\fR 乗を計算する。
+この関数は e (2.71828..., 自然対数の底) の \fIz\fP 乗を計算する。
 .LP
-.\"O One has:
 次の関係が成立する:
 .nf
 
     cexp(I * z) = ccos(z) + I * csin(z)
 .fi
-.\"O .SH VERSIONS
 .SH バージョン
-.\"O These functions first appeared in glibc in version 2.1.
 これらの関数は glibc バージョン 2.1 で初めて登場した。
-.\"O .SH "CONFORMING TO"
 .SH 準拠
 C99.
-.\"O .SH "SEE ALSO"
 .SH 関連項目
-.BR cabs (3),
-.BR cexp2 (3),
-.BR clog (3),
-.BR cpow (3),
-.BR complex (7)
+\fBcabs\fP(3), \fBcexp2\fP(3), \fBclog\fP(3), \fBcpow\fP(3), \fBcomplex\fP(7)