File: significand.3

package info (click to toggle)
manpages-ja 0.5.0.0.20050315-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 18,620 kB
  • ctags: 4
  • sloc: sh: 12,675; perl: 157; makefile: 106
file content (39 lines) | stat: -rw-r--r-- 952 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
.\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
.\" Distributed under GPL
.\" based on glibc infopages
.\"
.\" Japanese Version Copyright (c) 2005 Yuichi SATO
.\"         all rights reserved.
.\" Translated Tue Feb  1 07:40:41 JST 2005
.\"         by Yuichi SATO <ysato444@yahoo.co.jp>
.\"
.TH SIGNIFICAND 3 2002-08-10 "gnu" "Linux Programmer's Manual"
.SH ̾
significand, significandf, significandl \- ưβ (mantissa) 
.SH 
.B #include <math.h>
.sp 
.BI "double significand(double " x );
.br
.BI "float significandf(float " x );
.br
.BI "long double significandl(long double " x );
.sp
\-lm ǥ󥯤롣
.SH 
.B significand()
ؿ
.I x
β [1,2) ϰϤˤ֤
ϡʲ
.sp
.in +8
scalb(x, (double) -ilogb(x))
.in -8
.PP
δؿϼ IEEE 754 ؤνĴ٤ɸƥȤǻȤ롣
.SH 
δؿ BSD ͳ褹롣
.SH Ϣ
.BR ilogb (3),
.BR scalb (3)