X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=draft%2Fman3%2Fclog10.3;h=dc1d65533613cd3126102f9dffe4fc126ce43194;hb=1d98b26905be2ad5ba08a94d65f57d872bae4f85;hp=a17ca047b57505bf3b3e39b30c065cef301dcd47;hpb=ce024239a1d8e74a7a44f7c24cee4375cb13b3ef;p=linuxjm%2FLDP_man-pages.git diff --git a/draft/man3/clog10.3 b/draft/man3/clog10.3 index a17ca047..dc1d6553 100644 --- a/draft/man3/clog10.3 +++ b/draft/man3/clog10.3 @@ -1,75 +1,34 @@ .\" 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-24, Akihiro MOTOKI -.\" Updated 2005-02-26, Akihiro MOTOKI -.\" Updated 2007-01-05, Akihiro MOTOKI, catch up to LDP v2.43 +.\"******************************************************************* .\" -.\"WORD: logarithm 対数 -.\"WORD: base 底 +.\" This file was generated with po4a. Translate the source file. .\" -.TH CLOG10 3 2008-08-11 "" "Linux Programmer's Manual" -.\"O .SH NAME +.\"******************************************************************* +.TH CLOG10 3 2008\-08\-11 "" "Linux Programmer's Manual" .SH 名前 -.\"O clog10, clog10f, clog10l \- base-10 logarithm of a complex number clog10, clog10f, clog10l \- 底が 10 の複素数の対数 -.\"O .SH SYNOPSIS .SH 書式 -.\"O .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" -.BR "#define _GNU_SOURCE" " /* feature_test_macros(7) 参照 */" +\fB#define _GNU_SOURCE\fP /* feature_test_macros(7) 参照 */ .br -.B #include +\fB#include \fP .sp -.BI "double complex clog10(double complex " z ); +\fBdouble complex clog10(double complex \fP\fIz\fP\fB);\fP .br -.BI "float complex clog10f(float complex " z ); +\fBfloat complex clog10f(float complex \fP\fIz\fP\fB);\fP .br -.BI "long double complex clog10l(long double complex " z ); +\fBlong double complex clog10l(long double complex \fP\fIz\fP\fB);\fP .sp -.\"O Link with \fI\-lm\fP. \fI\-lm\fP でリンクする。 -.\"O .SH DESCRIPTION .SH 説明 -.\"O The call -.\"O .I clog10(z) -.\"O is equivalent to -.\"O .IR clog(z)/log(10) . -.I clog10(z) -の呼び出しは -.I clog(z)/log(10) -と等価である。 -.\"O The other functions perform the same task for -.\"O .I float -.\"O and -.\"O .IR "long double" . -他の関数は同じ機能を持つ -.I float -版と -.I "long double" -版である。 +\fIclog10(z)\fP の呼び出しは \fIclog(z)/log(10)\fP と等価である。 他の関数は同じ機能を持つ \fIfloat\fP 版と +\fIlong double\fP 版である。 -.\"O Note that -.\"O .I z -.\"O close to zero will cause an overflow. -.I z -として 0 に近い値を入れると、オーバーフローを起こすため、 -注意が必要である。 -.\"O .SH VERSIONS +\fIz\fP として 0 に近い値を入れると、オーバーフローを起こすため、 注意が必要である。 .SH バージョン -.\"O These functions first appeared in glibc in version 2.1. これらの関数は glibc バージョン 2.1 で初めて登場した。 -.\"O .SH "CONFORMING TO" .SH 準拠 -.\"O This function is a GNU extension. -.\"O It is reserved for future use in C99. -この関数は GNU による拡張である。 -C99 では今後のために予約されている。 -.\"O .SH "SEE ALSO" +この関数は GNU による拡張である。 C99 では今後のために予約されている。 .SH 関連項目 -.BR cabs (3), -.BR cexp (3), -.BR clog (3), -.BR clog2 (3), -.BR complex (7) +\fBcabs\fP(3), \fBcexp\fP(3), \fBclog\fP(3), \fBclog2\fP(3), \fBcomplex\fP(7)