OSDN Git Service

LDP: Update draft based on the previous commit
[linuxjm/jm.git] / manual / LDP_man-pages / draft / man3 / sqrt.3
index c86ca2f..0616a9f 100644 (file)
@@ -72,7 +72,7 @@ _ISOC99_SOURCE || _POSIX_C_SOURCE\ >=\ 200112L
 .RE
 .ad
 .SH 説明
-These functions return the nonnegative square root of \fIx\fP.
+これらの関数は \fIx\fP の平方根のうち負でない方の値を返す。
 .SH 返り値
 成功すると、これらの関数は \fIx\fP の平方根を返す。
 .PP
@@ -106,7 +106,7 @@ T}  Thread safety   MT\-Safe
 .SH 準拠
 C99, POSIX.1\-2001, POSIX.1\-2008.
 .PP
-The variant returning \fIdouble\fP also conforms to SVr4, 4.3BSD, C89.
+\fIdouble\fP 版の関数は SVr4, 4.3BSD, C89 にも準拠している。
 .SH 関連項目
 \fBcbrt\fP(3), \fBcsqrt\fP(3), \fBhypot\fP(3)
 .SH この文書について