OSDN Git Service

Convert release and draft pages to UTF-8.
[linuxjm/jm.git] / manual / LDP_man-pages / draft / man3 / cpow.3
index ea3da30..fc1007f 100644 (file)
@@ -5,16 +5,16 @@
 .\"         all rights reserved.
 .\" Translated 2003-09-02, Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>
 .\"
-.\"WORD:       power           Îß¾è
-.\"WORD:       branch cut      Ê¬»ÞÀÚÃÇ
+.\"WORD:       power           累乗
+.\"WORD:       branch cut      分枝切断
 .\"
 .TH CPOW 3 2008-08-11 "" "Linux Programmer's Manual"
 .\"O .SH NAME
 .\"O cpow, cpowf, cpowl \- complex power function
-.SH Ì¾Á°
-cpow, cpowf, cpowl \- Ê£ÁÇ¿ô¤ÎÎß¾è´Ø¿ô
+.SH 名前
+cpow, cpowf, cpowl \- 複素数の累乗関数
 .\"O .SH SYNOPSIS
-.SH ½ñ¼°
+.SH 書式
 .nf
 .B #include <complex.h>
 .sp
@@ -26,10 +26,10 @@ cpow, cpowf, cpowl \- ʣ
 .BI "                          complex long double " z ");"
 .sp
 .\"O Link with \fI\-lm\fP.
-\fI\-lm\fP ¤Ç¥ê¥ó¥¯¤¹¤ë¡£
+\fI\-lm\fP でリンクする。
 .fi
 .\"O .SH DESCRIPTION
-.SH ÀâÌÀ
+.SH 説明
 .\"O The function calculates
 .\"O .I x
 .\"O raised to the power
@@ -37,23 +37,23 @@ cpow, cpowf, cpowl \- ʣ
 .\"O (With a branch cut for
 .\"O .I x
 .\"O along the negative real axis.)
-¤³¤Î´Ø¿ô¤Ï
+この関数は
 .I x
-¤Î
+の
 .I z
-¾è¤ò·×»»¤¹¤ë
-(¼Â¼´¤ÎÉé¤ÎÉôʬ¤Ë±è¤Ã¤Æ
+乗を計算する
+(実軸の負の部分に沿って
 .I x
-¤Îʬ»ÞÀÚÃÇ (branch cut) ¤¬¤¢¤ë)¡£
+の分枝切断 (branch cut) がある)。
 .\"O .SH VERSIONS
-.SH ¥Ð¡¼¥¸¥ç¥ó
+.SH バージョン
 .\"O These functions first appeared in glibc in version 2.1.
-¤³¤ì¤é¤Î´Ø¿ô¤Ï glibc ¥Ð¡¼¥¸¥ç¥ó 2.1 ¤Ç½é¤á¤ÆÅо줷¤¿¡£
+これらの関数は glibc バージョン 2.1 で初めて登場した。
 .\"O .SH "CONFORMING TO"
-.SH ½àµò
+.SH 準拠
 C99.
 .\"O .SH "SEE ALSO"
-.SH ´ØÏ¢¹àÌÜ
+.SH 関連項目
 .BR cabs (3),
 .BR pow (3),
 .BR complex (7)