OSDN Git Service

(split) LDP: Release pages for LDP v3.39.
[linuxjm/LDP_man-pages.git] / release / man3 / significand.3
index ef4d0e7..68aea22 100644 (file)
@@ -1,46 +1,37 @@
 .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
 .\" Distributed under GPL
 .\" heavily based on glibc infopages, copyright Free Software Foundation
+.\"*******************************************************************
 .\"
-.\" 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>
+.\" This file was generated with po4a. Translate the source file.
 .\"
-.TH SIGNIFICAND 3 2009-02-04 "GNU" "Linux Programmer's Manual"
+.\"*******************************************************************
+.TH SIGNIFICAND 3 2009\-02\-04 GNU "Linux Programmer's Manual"
 .SH 名前
 significand, significandf, significandl \- 浮動小数点数の仮数 (mantissa) を取得する
 .SH 書式
-.B #include <math.h>
+\fB#include <math.h>\fP
 .sp
-.BI "double significand(double " x );
+\fBdouble significand(double \fP\fIx\fP\fB);\fP
 .br
-.BI "float significandf(float " x );
+\fBfloat significandf(float \fP\fIx\fP\fB);\fP
 .br
-.BI "long double significandl(long double " x );
+\fBlong double significandl(long double \fP\fIx\fP\fB);\fP
 .sp
 \fI\-lm\fP でリンクする。
 .sp
 .in -4n
-glibc 向けの機能検査マクロの要件
-.RB ( feature_test_macros (7)
-参照):
+glibc 向けの機能検査マクロの要件 (\fBfeature_test_macros\fP(7)  参照):
 .in
 .sp
 .ad l
-.BR significand (),
-.BR significandf (),
-.BR significandl ():
+\fBsignificand\fP(), \fBsignificandf\fP(), \fBsignificandl\fP():
 .RS 4
 _SVID_SOURCE || _BSD_SOURCE
 .RE
 .ad b
 .SH 説明
-.BR significand ()
-関数は
-.I x
-の仮数を [1,2) の範囲にして返す。
-これは、以下と等しい。
+\fBsignificand\fP()  関数は \fIx\fP の仮数を [1,2) の範囲にして返す。 これは、以下と等しい。
 .sp
 .in +4n
 scalb(x, (double) \-ilogb(x))
@@ -48,11 +39,8 @@ scalb(x, (double) \-ilogb(x))
 .PP
 この関数は主に IEEE 754 への準拠を調べる標準テストで使われる。
 .SH 準拠
-これらの関数は非標準である。。
-.I double
-版は他の多くのシステムでも利用可能である。
-.\" .SH 履歴
-.\" この関数は BSD に由来する。
+.\" .SH HISTORY
+.\" This function came from BSD.
+これらの関数は非標準である。。 \fIdouble\fP 版は他の多くのシステムでも利用可能である。
 .SH 関連項目
-.BR ilogb (3),
-.BR scalb (3)
+\fBilogb\fP(3), \fBscalb\fP(3)