OSDN Git Service

(split) Fixed #25191 (typo in fenv.3).
[linuxjm/LDP_man-pages.git] / release / 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 .SH Ì¾Á°
40 infnan \- Ìµ¸ÂÂç¤È̵¸úÃÍ (NaN) ¤ò¼è°·¤¦
41 .SH ½ñ¼°
42 .nf
43 .B #include <math.h>
44 .B #include <errno.h>
45 .sp
46 .BI "double infnan(int " error );
47 .fi
48 .sp
49 \fI\-lm\fP ¤Ç¥ê¥ó¥¯¤¹¤ë¡£
50 .SH ÀâÌÀ
51 ´Ø¿ô
52 .BR infnan ()
53 ¤Ï̵¸ÂÂç¤È̵¸úÃÍ (NaN) ¤Î·ë²Ì¤ËÂФ¹¤ëŬÀÚ¤ÊÃͤòÊÖ¤¹¡£
54 \fIerror\fP ¤ÎÃͤϡ¢Ìµ¸ÂÂç¤òɽ¤¹
55 .B ERANGE
56 ¤« NaN ¤òɽ¤¹¤½¤ì°Ê³°¤ÎÃͤǤ¢¤ë¡£
57 \fIerrno\fP ¤âƱÍͤËÀßÄꤵ¤ì¤ë¡£
58 .SH ÊÖ¤êÃÍ
59 \fIerror\fP ¤¬
60 .B ERANGE
61 (̵¸ÂÂç) ¤Î¾ì¹ç¡¢
62 .B HUGE_VAL
63 ¤¬ÊÖ¤µ¤ì¤ë¡£
64 .PP
65 \fIerror\fP ¤¬ \-\fBERANGE\fP (Éé¤Î̵¸ÂÂç) ¤Î¾ì¹ç¡¢
66 \-\fBHUGE_VAL\fP ¤¬ÊÖ¤µ¤ì¤ë¡£
67 .PP
68 \fIerror\fP ¤¬¤½¤ì°Ê³°¤ÎÃͤξì¹ç¡¢NaN ¤¬ÊÖ¤µ¤ì¤ë¡£
69 .SH ¥¨¥é¡¼
70 .TP
71 .B EDOM
72 \fIerror\fP ¤ÎÃͤ¬Ìµ¸úÃÍ (NaN) ¤Ç¤¢¤ë¡£
73 .TP
74 .B ERANGE
75 \fIerror\fP ¤ÎÃͤ¬Àµ¤Î̵¸ÂÂç¤â¤·¤¯¤ÏÉé¤Î̵¸ÂÂç¤Ç¤¢¤ë¡£
76 .SH ½àµò
77 4.3BSD.
78 .SH Ãí°Õ
79 ¤³¤ÎÇѻߤµ¤ì¤¿ (obsolete) ´Ø¿ô¤Ï¡¢
80 libc4 ¤È libc5 ¤ÇÄ󶡤µ¤ì¤Æ¤¤¤¿¤¬¡¢ glibc2 ¤Ç¤ÏÄ󶡤µ¤ì¤Æ¤¤¤Ê¤¤¡£