summaryrefslogtreecommitdiffstats
path: root/man3/cexp2.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/cexp2.3')
-rw-r--r--man3/cexp2.328
1 files changed, 28 insertions, 0 deletions
diff --git a/man3/cexp2.3 b/man3/cexp2.3
new file mode 100644
index 000000000..496c753a6
--- /dev/null
+++ b/man3/cexp2.3
@@ -0,0 +1,28 @@
+.\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
+.\" Distributed under GPL
+.\"
+.TH CEXP2 3 2002-07-28 "" "complex math routines"
+.SH NAME
+cexp2, cexp2f, cexp2l \- base-2 exponent of a complex number
+.SH SYNOPSIS
+.B #include <complex.h>
+.sp
+.BI "double complex cexp2(double complex " z ");"
+.sp
+.BI "float complex cexp2f(float complex " z ");"
+.sp
+.BI "long double complex cexp2l(long double complex " z ");"
+.sp
+Link with \-lm.
+.SH DESCRIPTION
+The function returns 2 raised to the power of z.
+.SH "CONFORMING TO"
+The function name is reserved for future use in C99.
+.SH AVAILABILITY
+Not yet in glibc 2.3.2.
+.\" But reserved in NAMESPACE.
+.SH "SEE ALSO"
+.BR cabs (3),
+.BR cexp (3),
+.BR clog10 (3),
+.BR complex (5)