OSDN Git Service

(split) Apply minor changes from v3.32 to v3.35 in the upstream.
[linuxjm/LDP_man-pages.git] / release / man3 / frexp.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 1993-07-24 by Rik Faith (faith@cs.unc.edu)
28 .\" Modified 2002-07-27 by Walter Harms
29 .\"     (walter.harms@informatik.uni-oldenburg.de)
30 .\"
31 .\" Japanese Version Copyright (c) 1997 YOSHINO Takashi
32 .\"       all rights reserved.
33 .\" Translated 1997-01-21, YOSHINO Takashi <yoshino@civil.jcn.nihon-u.ac.jp>
34 .\" Updated 2003-10-15, Kentaro Shirakata <argrath@ub32.org>
35 .\" Updated 2005-11-19, Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>
36 .\"
37 .TH FREXP 3 2010-09-20 "" "Linux Programmer's Manual"
38 .SH Ì¾Á°
39 frexp, frexpf, frexpl \- ÉâÆ°¾®¿ôÅÀ¼Â¿ô¤ò¾®¿ôÀ®Ê¬¤ÈÀ°¿ôÀ®Ê¬¤ËÊÑ´¹¤¹¤ë
40 .SH ½ñ¼°
41 .nf
42 .B #include <math.h>
43 .sp
44 .BI "double frexp(double " x ", int *" exp );
45 .br
46 .BI "float frexpf(float " x ", int *" exp );
47 .br
48 .BI "long double frexpl(long double " x ", int *" exp );
49 .fi
50 .sp
51 \fI\-lm\fP ¤Ç¥ê¥ó¥¯¤¹¤ë¡£
52 .sp
53 .in -4n
54 glibc ¸þ¤±¤Îµ¡Ç½¸¡ºº¥Þ¥¯¥í¤ÎÍ×·ï
55 .RB ( feature_test_macros (7)
56 »²¾È):
57 .in
58 .sp
59 .ad l
60 .BR frexpf (),
61 .BR frexpl ():
62 .RS 4
63 _BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE ||
64 _POSIX_C_SOURCE\ >=\ 200112L;
65 .br
66 or
67 .I cc\ -std=c99
68 .RE
69 .ad
70 .SH ÀâÌÀ
71 .BR frexp ()
72 ´Ø¿ô¤ÏÉâÆ°¾®¿ôÅÀ¼Â¿ô \fIx\fP ¤òÀµµ¬²½¾®¿ô¤È»Ø¿ô¤Ëʬ²ò¤·¡¢
73 »Ø¿ô¤ò *\fIexp\fP ¤Ë³ÊǼ¤¹¤ë¡£
74 .SH ÊÖ¤êÃÍ
75 .BR frexp ()
76 ´Ø¿ô¤ÏÀµµ¬²½¾®¿ô¤òÊÖ¤¹¡£
77 °ú¿ô \fIx\fP ¤¬¥¼¥í¤Ç¤Ê¤¤¾ì¹ç¡¢¤³¤ÎÀµµ¬²½¾®¿ô¤Ï
78 \fIx\fP ¤Ë 2 ¤ÎÎß¾è¤ò¾è¤¸¤¿¤â¤Î¤Ç¤¢¤ê¡¢¤½¤ÎÀäÂÐÃͤÏ
79 ¾ï¤Ë 1/2 °Ê¾å 1 Ì¤Ëþ¡¢¤Ä¤Þ¤ê [0.5,1) ¤È¤Ê¤ë¡£
80
81 \fIx\fP ¤¬¥¼¥í¤Î¾ì¹ç¡¢Àµµ¬²½¾®¿ô¤Ï¥¼¥í¤Ë¤Ê¤ê
82 *\fIexp\fP ¤Ë¤Ï¥¼¥í¤¬³ÊǼ¤µ¤ì¤ë¡£
83
84 .I x
85 ¤¬ NaN ¤Î¾ì¹ç¡¢NaN ¤¬ÊÖ¤µ¤ì¤ë¡£
86 .I *exp
87 ¤ÎÃͤÏÉÔÄê¤Ç¤¢¤ë¡£
88
89 .I x
90 ¤¬Àµ¤Î̵¸ÂÂç (Éé¤Î̵¸ÂÂç) ¤Î¾ì¹ç¡¢
91 Àµ¤Î̵¸ÂÂç (Éé¤Î̵¸ÂÂç) ¤¬ÊÖ¤µ¤ì¤ë¡£
92 .I *exp
93 ¤ÎÃͤÏÉÔÄê¤Ç¤¢¤ë¡£
94 .SH ¥¨¥é¡¼
95 ¥¨¥é¡¼¤ÏȯÀ¸¤·¤Ê¤¤¡£
96 .SH ½àµò
97 C99, POSIX.1-2001.
98 .I double
99 ÈǤδؿô¤Ï SVr4, 4.3BSD, C89 ¤Ë¤â½àµò¤·¤Æ¤¤¤ë¡£
100 .SH Îã
101 ¤³¤Î¥×¥í¥°¥é¥à¤ò¼Â¹Ô¤¹¤ë¤È°Ê²¼¤Î¤è¤¦¤Ê·ë²Ì¤È¤Ê¤ë:
102 .sp
103 .nf
104 .in +4n
105 .RB "$" " ./a.out 2560"
106 frexp(2560, &e) = 0.625: 0.625 * 2^12 = 2560
107 .RB "$" " ./a.out \-4"
108 frexp(\-4, &e) = \-0.5: \-0.5 * 2^3 = \-4
109 .in
110 .fi
111 .SS ¥×¥í¥°¥é¥à¤Î¥½¡¼¥¹
112 \&
113 .nf
114 #include <math.h>
115 #include <float.h>
116 #include <stdio.h>
117 #include <stdlib.h>
118
119 int
120 main(int argc, char *argv[])
121 {
122     double x, r;
123     int exp;
124
125     x = strtod(argv[1], NULL);
126     r = frexp(x, &exp);
127
128     printf("frexp(%g, &e) = %g: %g * %d^%d = %g\\n",
129            x, r, r, FLT_RADIX, exp, x);
130     exit(EXIT_SUCCESS);
131 }
132 .fi
133 .SH ´ØÏ¢¹àÌÜ
134 .BR ldexp (3),
135 .BR modf (3)