OSDN Git Service

Import translated manuals from JM CVS Repository.
[linuxjm/jm.git] / manual / LDP_man-pages / 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 2008-10-29 "" "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 _BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE; or
63 .I cc\ -std=c99
64 .ad b
65 .SH ÀâÌÀ
66 .BR frexp ()
67 ´Ø¿ô¤ÏÉâÆ°¾®¿ôÅÀ¼Â¿ô \fIx\fP ¤òÀµµ¬²½¾®¿ô¤È»Ø¿ô¤Ëʬ²ò¤·¡¢
68 »Ø¿ô¤ò *\fIexp\fP ¤Ë³ÊǼ¤¹¤ë¡£
69 .SH ÊÖ¤êÃÍ
70 .BR frexp ()
71 ´Ø¿ô¤ÏÀµµ¬²½¾®¿ô¤òÊÖ¤¹¡£
72 °ú¿ô \fIx\fP ¤¬¥¼¥í¤Ç¤Ê¤¤¾ì¹ç¡¢¤³¤ÎÀµµ¬²½¾®¿ô¤Ï
73 \fIx\fP ¤Ë 2 ¤ÎÎß¾è¤ò¾è¤¸¤¿¤â¤Î¤Ç¤¢¤ê¡¢¤½¤ÎÀäÂÐÃͤÏ
74 ¾ï¤Ë 1/2 °Ê¾å 1 Ì¤Ëþ¡¢¤Ä¤Þ¤ê [0.5,1) ¤È¤Ê¤ë¡£
75
76 \fIx\fP ¤¬¥¼¥í¤Î¾ì¹ç¡¢Àµµ¬²½¾®¿ô¤Ï¥¼¥í¤Ë¤Ê¤ê
77 *\fIexp\fP ¤Ë¤Ï¥¼¥í¤¬³ÊǼ¤µ¤ì¤ë¡£
78
79 .I x
80 ¤¬ NaN ¤Î¾ì¹ç¡¢NaN ¤¬ÊÖ¤µ¤ì¤ë¡£
81 .I *exp
82 ¤ÎÃͤÏÉÔÄê¤Ç¤¢¤ë¡£
83
84 .I x
85 ¤¬Àµ¤Î̵¸ÂÂç (Éé¤Î̵¸ÂÂç) ¤Î¾ì¹ç¡¢
86 Àµ¤Î̵¸ÂÂç (Éé¤Î̵¸ÂÂç) ¤¬ÊÖ¤µ¤ì¤ë¡£
87 .I *exp
88 ¤ÎÃͤÏÉÔÄê¤Ç¤¢¤ë¡£
89 .SH ¥¨¥é¡¼
90 ¥¨¥é¡¼¤ÏȯÀ¸¤·¤Ê¤¤¡£
91 .SH ½àµò
92 C99, POSIX.1-2001.
93 .I double
94 ÈǤδؿô¤Ï SVr4, 4.3BSD, C89 ¤Ë¤â½àµò¤·¤Æ¤¤¤ë¡£
95 .SH Îã
96 ¤³¤Î¥×¥í¥°¥é¥à¤ò¼Â¹Ô¤¹¤ë¤È°Ê²¼¤Î¤è¤¦¤Ê·ë²Ì¤È¤Ê¤ë:
97 .sp
98 .nf
99 .in +4n
100 .RB "$" " ./a.out 2560"
101 frexp(2560, &e) = 0.625: 0.625 * 2^12 = 2560
102 .RB "$" " ./a.out \-4"
103 frexp(\-4, &e) = \-0.5: \-0.5 * 2^3 = -4
104 .in
105 .fi
106 .SS ¥×¥í¥°¥é¥à¤Î¥½¡¼¥¹
107 \&
108 .nf
109 #include <math.h>
110 #include <float.h>
111 #include <stdio.h>
112 #include <stdlib.h>
113
114 int
115 main(int argc, char *argv[])
116 {
117     double x, r;
118     int exp;
119
120     x = strtod(argv[1], NULL);
121     r = frexp(x, &exp);
122
123     printf("frexp(%g, &e) = %g: %g * %d^%d = %g\\n",
124            x, r, r, FLT_RADIX, exp, x);
125     exit(EXIT_SUCCESS);
126 } /* main */
127 .fi
128 .SH ´ØÏ¢¹àÌÜ
129 .BR ldexp (3),
130 .BR modf (3)