summaryrefslogtreecommitdiff
path: root/man3/cpow.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/cpow.3')
-rw-r--r--man3/cpow.35
1 files changed, 4 insertions, 1 deletions
diff --git a/man3/cpow.3 b/man3/cpow.3
index d6cda6ed..637a1283 100644
--- a/man3/cpow.3
+++ b/man3/cpow.3
@@ -5,15 +5,18 @@
.SH NAME
cpow, cpowf, cpowl \- complex power function
.SH SYNOPSIS
+.nf
.B #include <complex.h>
.sp
.BI "double complex cpow(double complex " x ", complex double " z ");"
.br
.BI "float complex cpowf(float complex " x ", complex float " z ");"
.br
-.BI "long double complex cpowl(long double complex " x ", complex long double " z ");"
+.BI "long double complex cpowl(long double complex " x ,
+.BI " complex long double " z ");"
.sp
Link with \fI\-lm\fP.
+.fi
.SH DESCRIPTION
The function calculates
.I x