OSDN Git Service

20a9ba39a647cbc1d966dac8b8a6c7c6307a46a1
[linuxjm/LDP_man-pages.git] / draft / man3 / log1p.3
1 .\" Copyright 1995 Jim Van Zandt <jrv@vanzandt.mv.com>
2 .\" and Copyright 2008, Linux Foundation, written by Michael Kerrisk
3 .\"     <mtk.manpages@gmail.com>
4 .\"
5 .\" Permission is granted to make and distribute verbatim copies of this
6 .\" manual provided the copyright notice and this permission notice are
7 .\" preserved on all copies.
8 .\"
9 .\" Permission is granted to copy and distribute modified versions of this
10 .\" manual under the conditions for verbatim copying, provided that the
11 .\" entire resulting derived work is distributed under the terms of a
12 .\" permission notice identical to this one.
13 .\"
14 .\" Since the Linux kernel and libraries are constantly changing, this
15 .\" manual page may be incorrect or out-of-date.  The author(s) assume no
16 .\" responsibility for errors or omissions, or for damages resulting from
17 .\" the use of the information contained herein.  The author(s) may not
18 .\" have taken the same level of care in the production of this manual,
19 .\" which is licensed free of charge, as they might when working
20 .\" professionally.
21 .\"
22 .\" Formatted or processed versions of this manual, if unaccompanied by
23 .\" the source, must acknowledge the copyright and authors of this work.
24 .\"
25 .\" Modified 2002-07-27 by Walter Harms
26 .\"     (walter.harms@informatik.uni-oldenburg.de)
27 .\"
28 .\" Japanese Version Copyright (c) 2003  Akihiro MOTOKI
29 .\"         all rights reserved.
30 .\" Translated Wed Aug  6 00:35:20 JST 2003
31 .\"         by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>
32 .\" Updated 2008-09-16, Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>
33 .\"
34 .TH LOG1P 3   2008-08-05 "" "Linux Programmer's Manual"
35 .\"O .SH NAME
36 .SH Ì¾Á°
37 .\"O log1p, log1pf, log1pl \-  logarithm of 1 plus argument
38 log1p, log1pf, log1pl \-  °ú¤­¿ô¤Ë 1 ¤ò²Ã¤¨¤¿ÃͤÎÂпô
39 .\"O .SH SYNOPSIS
40 .SH ½ñ¼°
41 .nf
42 .B #include <math.h>
43 .sp
44 .BI "double log1p(double " x );
45 .br
46 .BI "float log1pf(float " x );
47 .br
48 .BI "long double log1pl(long double " x );
49 .sp
50 .fi
51 .\"O Link with \fI\-lm\fP.
52 \fI\-lm\fP ¤Ç¥ê¥ó¥¯¤¹¤ë¡£
53 .sp
54 .in -4n
55 .\"O Feature Test Macro Requirements for glibc (see
56 .\"O .BR feature_test_macros (7)):
57 glibc ¸þ¤±¤Îµ¡Ç½¸¡ºº¥Þ¥¯¥í¤ÎÍ×·ï
58 .RB ( feature_test_macros (7)
59 »²¾È):
60 .in
61 .sp
62 .ad l
63 .BR log1p ():
64 _BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 500 || _ISOC99_SOURCE; or
65 .I cc\ -std=c99
66 .br
67 .BR log1pf (),
68 .BR log1pl ():
69 _BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE; or
70 .I cc\ -std=c99
71 .ad b
72 .\"O .SH DESCRIPTION
73 .SH ÀâÌÀ
74 .\"O .I log1p(x)
75 .\"O returns a value equivalent to
76 .I log1p(x)
77 ¤Ï°Ê²¼¤ÈÅù²Á¤ÊÃͤòÊÖ¤¹¡£
78 .nf
79
80     log (1 + \fIx\fP)
81
82 .fi
83 .\"O It is computed in a way
84 .\"O that is accurate even if the value of \fIx\fP is near zero.
85 \fIx\fP ¤ÎÃͤ¬ 0 ¤Ë¶á¤¤¾ì¹ç¤Ç¤âÀµ³Î¤Ë·×»»¤Ç¤­¤ëÊýË¡¤¬ÍѤ¤¤é¤ì¤ë¡£
86 .\"O .SH RETURN VALUE
87 .SH ÊÖ¤êÃÍ
88 .\"O On success, these functions return the natural logarithm of
89 .\"O .IR "(1\ +\ x)" .
90 À®¸ù¤¹¤ë¤È¡¢¤³¤ì¤é¤Î´Ø¿ô¤Ï
91 .I "(1\ +\ x)"
92 ¤Î¼«Á³Âпô¤òÊÖ¤¹¡£
93
94 .\"O If
95 .\"O .I x
96 .\"O is a NaN,
97 .\"O a NaN is returned.
98 .I x
99 ¤¬ NaN ¤Î¾ì¹ç¡¢NaN ¤¬ÊÖ¤µ¤ì¤ë¡£
100
101 .\"O If
102 .\"O .I x
103 .\"O is positive infinity, positive infinity is returned.
104 .I x
105 ¤¬Àµ¤Î̵¸ÂÂç¤Î¾ì¹ç¡¢Àµ¤Î̵¸ÂÂ礬ÊÖ¤µ¤ì¤ë¡£
106
107 .\"O If
108 .\"O .I x
109 .\"O is \-1, a pole error occurs,
110 .\"O and the functions return
111 .\"O .RB - HUGE_VAL ,
112 .\"O .RB - HUGE_VALF ,
113 .\"O or
114 .\"O .RB - HUGE_VALL ,
115 .\"O respectively.
116 .I x
117 ¤¬ \-1 ¤Î¾ì¹ç¡¢¶Ë¥¨¥é¡¼ (pole error) ¤¬È¯À¸¤·¡¢
118 ³Æ´Ø¿ô¤Ï¤½¤ì¤¾¤ì
119 .RB - HUGE_VAL ,
120 .RB - HUGE_VALF ,
121 .RB - HUGE_VALL
122 ¤òÊÖ¤¹¡£
123
124 .\"O If
125 .\"O .I x
126 .\"O is less than \-1 (including negative infinity),
127 .\"O a domain error occurs,
128 .\"O and a NaN (not a number) is returned.
129 .I x
130 ¤¬ \-1 ¤è¤ê¾®¤µ¤¤¾ì¹ç (Éé¤Î̵¸ÂÂç¤â´Þ¤à)¡¢
131 Îΰ襨¥é¡¼ (domain error) ¤¬È¯À¸¤·¡¢
132 NaN (not a number) ¤¬ÊÖ¤µ¤ì¤ë¡£
133 .\" POSIX.1 specifies a possible range error if x is subnormal
134 .\" glibc 2.8 doesn't do this
135 .\"O .SH ERRORS
136 .SH ¥¨¥é¡¼
137 .\"O See
138 .\"O .BR math_error (7)
139 .\"O for information on how to determine whether an error has occurred
140 .\"O when calling these functions.
141 ¤³¤ì¤é¤Î´Ø¿ô¤ò¸Æ¤Ó½Ð¤·¤¿ºÝ¤Ë¥¨¥é¡¼¤¬È¯À¸¤·¤¿¤«¤ÎȽÄêÊýË¡¤Ë¤Ä¤¤¤Æ¤Î¾ðÊó¤Ï
142 .BR math_error (7)
143 ¤ò»²¾È¤Î¤³¤È¡£
144 .PP
145 .\"O The following errors can occur:
146 °Ê²¼¤Î¥¨¥é¡¼¤¬È¯À¸¤¹¤ë²ÄǽÀ­¤¬¤¢¤ë¡£
147 .TP
148 .\"O Domain error: \fIx\fP is less than \-1
149 Îΰ襨¥é¡¼ (domain error): \fIx\fP ¤¬ \-1 ¤è¤ê¾®¤µ¤¤
150 .\" .I errno
151 .\" is set to
152 .\" .BR EDOM .
153 .\"O An invalid floating-point exception
154 .\"O .RB ( FE_INVALID )
155 .\"O is raised.
156 ÉÔÀµ (invalid) ÉâÆ°¾®¿ôÅÀÎã³°
157 .RB ( FE_INVALID )
158 ¤¬¾å¤¬¤ë¡£
159 .TP
160 .\"O Pole error: \fIx\fP is \-1
161 ¶Ë¥¨¥é¡¼ (pole error): \fIx\fP ¤¬ \-1 ¤Ç¤¢¤ë
162 .\" .I errno
163 .\" is set to
164 .\" .BR ERANGE .
165 .\"O A divide-by-zero floating-point exception
166 .\"O .RB ( FE_DIVBYZERO )
167 .\"O is raised.
168 0 ¤Ë¤è¤ë½ü»» (divide-by-zero) ÉâÆ°¾®¿ôÅÀÎã³°
169 .RB ( FE_DIVBYZERO )
170 ¤¬¾å¤¬¤ë¡£
171 .PP
172 .\"O These functions do not set
173 .\"O .IR errno .
174 ¤³¤ì¤é¤Î´Ø¿ô¤Ï
175 .I errno
176 ¤òÀßÄꤷ¤Ê¤¤¡£
177 .\" FIXME . Is it intentional that these functions do not set errno?
178 .\" log(), log2(), log10() do set errno
179 .\" Bug raised: http://sources.redhat.com/bugzilla/show_bug.cgi?id=6792
180 .\"O .SH "CONFORMING TO"
181 .SH ½àµò
182 C99, POSIX.1-2001.
183 .\" BSD
184 .\"O .SH "SEE ALSO"
185 .SH ´ØÏ¢¹àÌÜ
186 .BR exp (3),
187 .BR expm1 (3),
188 .BR log (3)