|
NAMEcpow , cpowf ,
cpowl —
complex power functions
SYNOPSIS#include <complex.h>
double complex
float complex
long double complex
DESCRIPTIONThecpow (), cpowf () and
cpowl () functions compute the complex number
x raised to the complex power z,
with a branch cut along the negative real axis for the first argument.
RETURN VALUESThecpow (), cpowf () and
cpowl () functions return the complex number
x raised to the complex power z.
SEE ALSOcexp(3), clog(3)STANDARDSThecpow (), cpowf () and
cpowl () functions conform to ISO/IEC
9899:1999 (“ISO C99”).
Visit the GSP FreeBSD Man Page Interface. |