OSDN Git Service

(split) LDP: Update releases based on LDP 3.52 release
[linuxjm/LDP_man-pages.git] / release / man3 / fmax.3
index 824095b..066cb9c 100644 (file)
@@ -1,59 +1,46 @@
 .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
 .\" and Copyright 2008, Linux Foundation, written by Michael Kerrisk
 .\"     <mtk.manpages@gmail.com>
+.\"
+.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE)
 .\" Distributed under GPL
+.\" %%%LICENSE_END
+.\"
+.\"*******************************************************************
 .\"
-.\" Japanese Version Copyright (c) 2004-2005 Yuichi SATO
-.\"         all rights reserved.
-.\" Translated Sat Jul 24 10:45:05 JST 2004
-.\"         by Yuichi SATO <ysato444@yahoo.co.jp>
-.\" Updated & Modified Mon Jan 10 10:11:00 JST 2005 by Yuichi SATO
-.\" Updated 2008-09-16, Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>
+.\" This file was generated with po4a. Translate the source file.
 .\"
-.TH FMAX 3 2010-09-20 "" "Linux Programmer's Manual"
+.\"*******************************************************************
+.TH FMAX 3 2010\-09\-20 "" "Linux Programmer's Manual"
 .SH 名前
 fmax, fmaxf, fmaxl \- 二つの浮動小数点数の最大値を求める
 .SH 書式
-.B #include <math.h>
+\fB#include <math.h>\fP
 .sp
-.BI "double fmax(double " x ", double " y );
+\fBdouble fmax(double \fP\fIx\fP\fB, double \fP\fIy\fP\fB);\fP
 .br
-.BI "float fmaxf(float " x ", float " y );
+\fBfloat fmaxf(float \fP\fIx\fP\fB, float \fP\fIy\fP\fB);\fP
 .br
-.BI "long double fmaxl(long double " x ", long double " y );
+\fBlong double fmaxl(long double \fP\fIx\fP\fB, long double \fP\fIy\fP\fB);\fP
 .sp
 \fI\-lm\fP でリンクする。
 .sp
 .in -4n
-glibc 向けの機能検査マクロの要件
-.RB ( feature_test_macros (7)
-参照):
+glibc 向けの機能検査マクロの要件 (\fBfeature_test_macros\fP(7)  参照):
 .in
 .sp
 .ad l
-.BR fmax (),
-.BR fmaxf (),
-.BR fmaxl ():
+\fBfmax\fP(), \fBfmaxf\fP(), \fBfmaxl\fP():
 .RS 4
-_XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE ||
-_POSIX_C_SOURCE\ >=\ 200112L;
+_XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE || _POSIX_C_SOURCE\ >=\ 200112L;
 .br
-or
-.I cc\ -std=c99
+or \fIcc\ \-std=c99\fP
 .RE
 .ad
 .SH 説明
-これらの関数は
-.I x
-と
-.I y
-のうち大きい方の値を返す。
+これらの関数は \fIx\fP と \fIy\fP のうち大きい方の値を返す。
 .SH 返り値
-これらの関数は
-.I x
-と
-.I y
-の最大値を返す。
+これらの関数は \fIx\fP と \fIy\fP の最大値を返す。
 
 一方の引き数が NaN の場合、もう一方の値が返される。
 
@@ -63,6 +50,10 @@ or
 .SH バージョン
 これらの関数は glibc バージョン 2.1 で初めて登場した。
 .SH 準拠
-C99, POSIX.1-2001.
+C99, POSIX.1\-2001.
 .SH 関連項目
-.BR fmin (3)
+\fBfmin\fP(3)
+.SH この文書について
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.52 の一部
+である。プロジェクトの説明とバグ報告に関する情報は
+http://www.kernel.org/doc/man\-pages/ に書かれている。