OSDN Git Service

(split) Import translated manuals from JM CVS Repository.
[linuxjm/LDP_man-pages.git] / release / 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 .SH Ì¾Á°
36 log1p, log1pf, log1pl \-  °ú¤­¿ô¤Ë 1 ¤ò²Ã¤¨¤¿ÃͤÎÂпô
37 .SH ½ñ¼°
38 .nf
39 .B #include <math.h>
40 .sp
41 .BI "double log1p(double " x );
42 .br
43 .BI "float log1pf(float " x );
44 .br
45 .BI "long double log1pl(long double " x );
46 .sp
47 .fi
48 \fI\-lm\fP ¤Ç¥ê¥ó¥¯¤¹¤ë¡£
49 .sp
50 .in -4n
51 glibc ¸þ¤±¤Îµ¡Ç½¸¡ºº¥Þ¥¯¥í¤ÎÍ×·ï
52 .RB ( feature_test_macros (7)
53 »²¾È):
54 .in
55 .sp
56 .ad l
57 .BR log1p ():
58 _BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 500 || _ISOC99_SOURCE; or
59 .I cc\ -std=c99
60 .br
61 .BR log1pf (),
62 .BR log1pl ():
63 _BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE; or
64 .I cc\ -std=c99
65 .ad b
66 .SH ÀâÌÀ
67 .I log1p(x)
68 ¤Ï°Ê²¼¤ÈÅù²Á¤ÊÃͤòÊÖ¤¹¡£
69 .nf
70
71     log (1 + \fIx\fP)
72
73 .fi
74 \fIx\fP ¤ÎÃͤ¬ 0 ¤Ë¶á¤¤¾ì¹ç¤Ç¤âÀµ³Î¤Ë·×»»¤Ç¤­¤ëÊýË¡¤¬ÍѤ¤¤é¤ì¤ë¡£
75 .SH ÊÖ¤êÃÍ
76 À®¸ù¤¹¤ë¤È¡¢¤³¤ì¤é¤Î´Ø¿ô¤Ï
77 .I "(1\ +\ x)"
78 ¤Î¼«Á³Âпô¤òÊÖ¤¹¡£
79
80 .I x
81 ¤¬ NaN ¤Î¾ì¹ç¡¢NaN ¤¬ÊÖ¤µ¤ì¤ë¡£
82
83 .I x
84 ¤¬Àµ¤Î̵¸ÂÂç¤Î¾ì¹ç¡¢Àµ¤Î̵¸ÂÂ礬ÊÖ¤µ¤ì¤ë¡£
85
86 .I x
87 ¤¬ \-1 ¤Î¾ì¹ç¡¢¶Ë¥¨¥é¡¼ (pole error) ¤¬È¯À¸¤·¡¢
88 ³Æ´Ø¿ô¤Ï¤½¤ì¤¾¤ì
89 .RB - HUGE_VAL ,
90 .RB - HUGE_VALF ,
91 .RB - HUGE_VALL
92 ¤òÊÖ¤¹¡£
93
94 .I x
95 ¤¬ \-1 ¤è¤ê¾®¤µ¤¤¾ì¹ç (Éé¤Î̵¸ÂÂç¤â´Þ¤à)¡¢
96 Îΰ襨¥é¡¼ (domain error) ¤¬È¯À¸¤·¡¢
97 NaN (not a number) ¤¬ÊÖ¤µ¤ì¤ë¡£
98 .\" POSIX.1 specifies a possible range error if x is subnormal
99 .\" glibc 2.8 doesn't do this
100 .SH ¥¨¥é¡¼
101 ¤³¤ì¤é¤Î´Ø¿ô¤ò¸Æ¤Ó½Ð¤·¤¿ºÝ¤Ë¥¨¥é¡¼¤¬È¯À¸¤·¤¿¤«¤ÎȽÄêÊýË¡¤Ë¤Ä¤¤¤Æ¤Î¾ðÊó¤Ï
102 .BR math_error (7)
103 ¤ò»²¾È¤Î¤³¤È¡£
104 .PP
105 °Ê²¼¤Î¥¨¥é¡¼¤¬È¯À¸¤¹¤ë²ÄǽÀ­¤¬¤¢¤ë¡£
106 .TP
107 Îΰ襨¥é¡¼ (domain error): \fIx\fP ¤¬ \-1 ¤è¤ê¾®¤µ¤¤
108 .\" .I errno
109 .\" is set to
110 .\" .BR EDOM .
111 ÉÔÀµ (invalid) ÉâÆ°¾®¿ôÅÀÎã³°
112 .RB ( FE_INVALID )
113 ¤¬¾å¤¬¤ë¡£
114 .TP
115 ¶Ë¥¨¥é¡¼ (pole error): \fIx\fP ¤¬ \-1 ¤Ç¤¢¤ë
116 .\" .I errno
117 .\" is set to
118 .\" .BR ERANGE .
119 0 ¤Ë¤è¤ë½ü»» (divide-by-zero) ÉâÆ°¾®¿ôÅÀÎã³°
120 .RB ( FE_DIVBYZERO )
121 ¤¬¾å¤¬¤ë¡£
122 .PP
123 ¤³¤ì¤é¤Î´Ø¿ô¤Ï
124 .I errno
125 ¤òÀßÄꤷ¤Ê¤¤¡£
126 .\" FIXME . Is it intentional that these functions do not set errno?
127 .\" log(), log2(), log10() do set errno
128 .\" Bug raised: http://sources.redhat.com/bugzilla/show_bug.cgi?id=6792
129 .SH ½àµò
130 C99, POSIX.1-2001.
131 .\" BSD
132 .SH ´ØÏ¢¹àÌÜ
133 .BR exp (3),
134 .BR expm1 (3),
135 .BR log (3)