OSDN Git Service

(split) LDP: draft snapshot generated from latest ja.po files.
[linuxjm/LDP_man-pages.git] / draft / man3 / clog10.3
1 .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
2 .\" Distributed under GPL
3 .\"
4 .\"*******************************************************************
5 .\"
6 .\" This file was generated with po4a. Translate the source file.
7 .\"
8 .\"*******************************************************************
9 .TH CLOG10 3 2008\-08\-11 "" "Linux Programmer's Manual"
10 .SH 名前
11 clog10, clog10f, clog10l \- 底が 10 の複素数の対数
12 .SH 書式
13 \fB#define _GNU_SOURCE\fP /* feature_test_macros(7) 参照 */
14 .br
15 \fB#include <complex.h>\fP
16 .sp
17 \fBdouble complex clog10(double complex \fP\fIz\fP\fB);\fP
18 .br
19 \fBfloat complex clog10f(float complex \fP\fIz\fP\fB);\fP
20 .br
21 \fBlong double complex clog10l(long double complex \fP\fIz\fP\fB);\fP
22 .sp
23 \fI\-lm\fP でリンクする。
24 .SH 説明
25 \fIclog10(z)\fP の呼び出しは \fIclog(z)/log(10)\fP と等価である。 他の関数は同じ機能を持つ \fIfloat\fP 版と
26 \fIlong double\fP 版である。
27
28 \fIz\fP として 0 に近い値を入れると、オーバーフローを起こすため、 注意が必要である。
29 .SH バージョン
30 これらの関数は glibc バージョン 2.1 で初めて登場した。
31 .SH 準拠
32 この関数は GNU による拡張である。 C99 では今後のために予約されている。
33 .SH 関連項目
34 \fBcabs\fP(3), \fBcexp\fP(3), \fBclog\fP(3), \fBclog2\fP(3), \fBcomplex\fP(7)