OSDN Git Service

Retire LDP man-pages repository
[linuxjm/LDP_man-pages.git] / draft / man3 / INFINITY.3
diff --git a/draft/man3/INFINITY.3 b/draft/man3/INFINITY.3
deleted file mode 100644 (file)
index 170612d..0000000
+++ /dev/null
@@ -1,76 +0,0 @@
-.\" Copyright 2004 Andries Brouwer <aeb@cwi.nl>.
-.\"
-.\" %%%LICENSE_START(VERBATIM)
-.\" Permission is granted to make and distribute verbatim copies of this
-.\" manual provided the copyright notice and this permission notice are
-.\" preserved on all copies.
-.\"
-.\" Permission is granted to copy and distribute modified versions of this
-.\" manual under the conditions for verbatim copying, provided that the
-.\" entire resulting derived work is distributed under the terms of a
-.\" permission notice identical to this one.
-.\"
-.\" Since the Linux kernel and libraries are constantly changing, this
-.\" manual page may be incorrect or out-of-date.  The author(s) assume no
-.\" responsibility for errors or omissions, or for damages resulting from
-.\" the use of the information contained herein.  The author(s) may not
-.\" have taken the same level of care in the production of this manual,
-.\" which is licensed free of charge, as they might when working
-.\" professionally.
-.\"
-.\" Formatted or processed versions of this manual, if unaccompanied by
-.\" the source, must acknowledge the copyright and authors of this work.
-.\" %%%LICENSE_END
-.\"
-.\"*******************************************************************
-.\"
-.\" This file was generated with po4a. Translate the source file.
-.\"
-.\"*******************************************************************
-.\"
-.\" Japanese Version Copyright (c) 2005 Yuichi SATO
-.\"         all rights reserved.
-.\" Translated Thu Jan 27 00:33:04 JST 2005
-.\"         by Yuichi SATO <ysato444@yahoo.co.jp>
-.\"
-.TH INFINITY 3 2007\-07\-26 "" "Linux Programmer's Manual"
-.SH 名前
-INFINITY, NAN, HUGE_VAL, HUGE_VALF, HUGE_VALL \- 浮動小数点数の定数
-.SH 書式
-.nf
-\fB#define _ISOC99_SOURCE\fP      /* feature_test_macros(7) 参照 */
-.br
-\fB#include <math.h>\fP
-.sp
-\fBINFINITY\fP
-.sp
-\fBNAN\fP
-.sp
-\fBHUGE_VAL\fP
-.br
-\fBHUGE_VALF\fP
-.br
-\fBHUGE_VALL\fP
-.fi
-.SH 説明
-マクロ \fBINFINITY\fP は正の無限大を表す \fIfloat\fP 型の定数に展開される。
-
-(サポートされている場合) マクロ \fBNAN\fP は quiet NaN を表す \fIfloat\fP 型の定数に展開される。 \fIquiet\fP NaN
-は計算式の中で使われたときに例外を起こさない NaN ("not\-a\-number") である。 この反対は \fIsignalling\fP NaN
-である。 IEC 60559:1989 を参照すること。
-
-マクロ \fBHUGE_VAL\fP, \fBHUGE_VALF\fP, \fBHUGE_VALL\fP はそれぞれ \fIdouble\fP, \fIfloat\fP,
-\fIlong double\fP 型の定数で、 大きな正の値を表し、可能な場合には正の無限大を表す。
-.SH 準拠
-C99.
-.SH 可用性
-glibc システムではマクロ \fBHUGE_VAL\fP が常に使用可能である。 \fBNAN\fP マクロが使用できるかは、 \fB#ifdef NAN\fP
-を使ってテストできる。 \fBINFINITY\fP, \fBHUGE_VALF\fP, \fBHUGE_VALL\fP も同様である。
-\fB_ISOC99_SOURCE\fP か \fB_GNU_SOURCE\fP が定義されている場合、 または \fB__STDC_VERSION__\fP
-が定義されていて、その値が 199901L 以上である場合、 これらのマクロは \fI<math.h>\fP で定義される。
-.SH 関連項目
-\fBfpclassify\fP(3), \fBmath_error\fP(7)
-.SH この文書について
-この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.79 の一部
-である。プロジェクトの説明とバグ報告に関する情報は
-http://www.kernel.org/doc/man\-pages/ に書かれている。