man-pages/man3/cexp2.3

30 lines
771 B
Groff
Raw Normal View History

2004-11-03 13:51:07 +00:00
.\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
.\" Distributed under GPL
.\"
.TH CEXP2 3 2008-08-07 "" "Linux Programmer's Manual"
2004-11-03 13:51:07 +00:00
.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 ");"
.br
2004-11-03 13:51:07 +00:00
.BI "float complex cexp2f(float complex " z ");"
.br
2004-11-03 13:51:07 +00:00
.BI "long double complex cexp2l(long double complex " z ");"
.sp
2007-07-21 05:25:03 +00:00
Link with \fI\-lm\fP.
2004-11-03 13:51:07 +00:00
.SH DESCRIPTION
2007-12-24 14:31:08 +00:00
The function returns 2 raised to the power of
.IR z .
2004-11-03 13:51:07 +00:00
.SH "CONFORMING TO"
2006-09-26 12:16:04 +00:00
These function names are reserved for future use in C99.
2004-11-03 13:51:07 +00:00
.SH AVAILABILITY
Not yet in glibc, as at version 2.8.
2004-11-03 13:51:07 +00:00
.\" But reserved in NAMESPACE.
.SH "SEE ALSO"
.BR cabs (3),
.BR cexp (3),
.BR clog10 (3),
2006-04-21 01:24:06 +00:00
.BR complex (7)