OSDN Git Service

(split) LDP v3.24 -> v3.29 の定型的な変更内容を反映。
[linuxjm/LDP_man-pages.git] / draft / man3 / infnan.3
1 .\" Copyright 1993 David Metcalfe (david@prism.demon.co.uk)
2 .\"
3 .\" Permission is granted to make and distribute verbatim copies of this
4 .\" manual provided the copyright notice and this permission notice are
5 .\" preserved on all copies.
6 .\"
7 .\" Permission is granted to copy and distribute modified versions of this
8 .\" manual under the conditions for verbatim copying, provided that the
9 .\" entire resulting derived work is distributed under the terms of a
10 .\" permission notice identical to this one.
11 .\"
12 .\" Since the Linux kernel and libraries are constantly changing, this
13 .\" manual page may be incorrect or out-of-date.  The author(s) assume no
14 .\" responsibility for errors or omissions, or for damages resulting from
15 .\" the use of the information contained herein.  The author(s) may not
16 .\" have taken the same level of care in the production of this manual,
17 .\" which is licensed free of charge, as they might when working
18 .\" professionally.
19 .\"
20 .\" Formatted or processed versions of this manual, if unaccompanied by
21 .\" the source, must acknowledge the copyright and authors of this work.
22 .\"
23 .\" References consulted:
24 .\"     Linux libc source code
25 .\"     Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991)
26 .\"     386BSD man pages
27 .\" Modified Sat Jul 24 19:11:11 1993 by Rik Faith (faith@cs.unc.edu)
28 .\" Modified 2004-11-12 as per suggestion by Fabian Kreutz/AEB
29 .\"     to note that this function is not available in glibc2.
30 .\"
31 .\" Japanese Version Copyright (c) 1998 ISHIOKA Takashi
32 .\"         all rights reserved.
33 .\" Translated Mon May  25 10:45:50 1998
34 .\"         by ISHIOKA Takashi
35 .\" Updated & Modified Thu Feb 17 00:01:20 JST 2005
36 .\"         by Yuichi SATO <ysato444@yahoo.co.jp>
37 .\"
38 .TH INFNAN 3  1993-06-02 "GNU" "Linux Programmer's Manual"
39 .\"O .SH NAME
40 .SH Ì¾Á°
41 .\"O infnan \- deal with infinite or not-a-number (NaN) result
42 infnan \- Ìµ¸ÂÂç¤È̵¸úÃÍ (NaN) ¤ò¼è°·¤¦
43 .\"O .SH SYNOPSIS
44 .SH ½ñ¼°
45 .nf
46 .B #include <math.h>
47 .B #include <errno.h>
48 .sp
49 .BI "double infnan(int " error );
50 .fi
51 .sp
52 .\"O Link with \fI\-lm\fP.
53 \fI\-lm\fP ¤Ç¥ê¥ó¥¯¤¹¤ë¡£
54 .\"O .SH DESCRIPTION
55 .SH ÀâÌÀ
56 .\"O The
57 .\"O .BR infnan ()
58 .\"O function returns a suitable value for infinity and
59 .\"O "not-a-number" (NaN) results.
60 .\"O The value of \fIerror\fP can be
61 .\"O .B ERANGE
62 .\"O to represent infinity or anything else to represent NaN.
63 .\"O \fIerrno\fP
64 .\"O is also set.
65 ´Ø¿ô
66 .BR infnan ()
67 ¤Ï̵¸ÂÂç¤È̵¸úÃÍ (NaN) ¤Î·ë²Ì¤ËÂФ¹¤ëŬÀÚ¤ÊÃͤòÊÖ¤¹¡£
68 \fIerror\fP ¤ÎÃͤϡ¢Ìµ¸ÂÂç¤òɽ¤¹
69 .B ERANGE
70 ¤« NaN ¤òɽ¤¹¤½¤ì°Ê³°¤ÎÃͤǤ¢¤ë¡£
71 \fIerrno\fP ¤âƱÍͤËÀßÄꤵ¤ì¤ë¡£
72 .\"O .SH "RETURN VALUE"
73 .SH ÊÖ¤êÃÍ
74 .\"O If \fIerror\fP is
75 .\"O .B ERANGE
76 .\"O (Infinity),
77 .\"O .B HUGE_VAL
78 .\"O is returned.
79 \fIerror\fP ¤¬
80 .B ERANGE
81 (̵¸ÂÂç) ¤Î¾ì¹ç¡¢
82 .B HUGE_VAL
83 ¤¬ÊÖ¤µ¤ì¤ë¡£
84 .PP
85 .\"O If \fIerror\fP is \-\fBERANGE\fP (\-Infinity), \-\fBHUGE_VAL\fP is returned.
86 \fIerror\fP ¤¬ \-\fBERANGE\fP (Éé¤Î̵¸ÂÂç) ¤Î¾ì¹ç¡¢
87 \-\fBHUGE_VAL\fP ¤¬ÊÖ¤µ¤ì¤ë¡£
88 .PP
89 .\"O If \fIerror\fP is anything else, NAN is returned.
90 \fIerror\fP ¤¬¤½¤ì°Ê³°¤ÎÃͤξì¹ç¡¢NaN ¤¬ÊÖ¤µ¤ì¤ë¡£
91 .\"O .SH ERRORS
92 .SH ¥¨¥é¡¼
93 .TP
94 .B EDOM
95 .\"O The value of \fIerror\fP is "not-a-number" (NaN).
96 \fIerror\fP ¤ÎÃͤ¬Ìµ¸úÃÍ (NaN) ¤Ç¤¢¤ë¡£
97 .TP
98 .B ERANGE
99 .\"O The value of \fIerror\fP is positive infinity or negative infinity.
100 \fIerror\fP ¤ÎÃͤ¬Àµ¤Î̵¸ÂÂç¤â¤·¤¯¤ÏÉé¤Î̵¸ÂÂç¤Ç¤¢¤ë¡£
101 .\"O .SH "CONFORMING TO"
102 .SH ½àµò
103 4.3BSD.
104 .\"O .SH NOTES
105 .SH Ãí°Õ
106 .\"O This obsolete function was provided in
107 .\"O libc4 and libc5, but is not available in glibc2.
108 ¤³¤ÎÇѻߤµ¤ì¤¿ (obsolete) ´Ø¿ô¤Ï¡¢
109 libc4 ¤È libc5 ¤ÇÄ󶡤µ¤ì¤Æ¤¤¤¿¤¬¡¢ glibc2 ¤Ç¤ÏÄ󶡤µ¤ì¤Æ¤¤¤Ê¤¤¡£