OSDN Git Service

(split) LDP: draft snapshot generated from latest ja.po files.
[linuxjm/LDP_man-pages.git] / draft / man3 / significand.3
index 975f6fa..68aea22 100644 (file)
@@ -1,81 +1,46 @@
 .\" 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"
-.\"O .SH NAME
+.\"*******************************************************************
+.TH SIGNIFICAND 3 2009\-02\-04 GNU "Linux Programmer's Manual"
 .SH 名前
-.\"O significand, significandf, significandl \-
-.\"O get mantissa of floating-point number
 significand, significandf, significandl \- 浮動小数点数の仮数 (mantissa) を取得する
-.\"O .SH SYNOPSIS
 .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
-.\"O Link with \fI\-lm\fP.
 \fI\-lm\fP でリンクする。
 .sp
 .in -4n
-.\"O Feature Test Macro Requirements for glibc (see
-.\"O .BR feature_test_macros (7)):
-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
-.\"O .SH DESCRIPTION
 .SH 説明
-.\"O The
-.\"O .BR significand ()
-.\"O function returns the mantissa of
-.\"O .I x
-.\"O scaled to the range [1,2).
-.BR significand ()
-関数は
-.I x
-の仮数を [1,2) の範囲にして返す。
-.\"O It is equivalent to
-これは、以下と等しい。
+\fBsignificand\fP()  関数は \fIx\fP の仮数を [1,2) の範囲にして返す。 これは、以下と等しい。
 .sp
 .in +4n
 scalb(x, (double) \-ilogb(x))
 .in
 .PP
-.\"O This function exists mainly for use in certain standardized tests
-.\"O for IEEE 754 conformance.
 この関数は主に IEEE 754 への準拠を調べる標準テストで使われる。
-.\"O .SH CONFORMING TO
 .SH 準拠
-.\"O These functions are nonstandard; the
-.\"O .I double
-.\"O version is available on a number of other systems.
-これらの関数は非標準である。。
-.I double
-版は他の多くのシステムでも利用可能である。
-.\"O .\" .SH HISTORY
-.\" .SH 履歴
-.\"O .\" This function came from BSD.
-.\" この関数は BSD に由来する。
-.\"O .SH "SEE ALSO"
+.\" .SH HISTORY
+.\" This function came from BSD.
+これらの関数は非標準である。。 \fIdouble\fP 版は他の多くのシステムでも利用可能である。
 .SH 関連項目
-.BR ilogb (3),
-.BR scalb (3)
+\fBilogb\fP(3), \fBscalb\fP(3)