man-pages/man3/cexp2.3

29 lines
757 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 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 ");"
.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
Link with \-lm.
.SH DESCRIPTION
The function returns 2 raised to the power of z.
.SH "CONFORMING TO"
2006-08-03 13:57:30 +00:00
The function nameis are reserved for future use in C99.
2004-11-03 13:51:07 +00:00
.SH AVAILABILITY
2006-08-03 13:57:30 +00:00
Not yet in glibc, as at version 2.4.
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)