sunos man page for cpowf

Query: cpowf

OS: sunos

Section: 3m

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

cpow(3M)						  Mathematical Library Functions						  cpow(3M)

NAME
cpow, cpowf, cpowl - complex power functions
SYNOPSIS
cc [ flag... ] file... -lm [ library... ] #include <complex.h> double complex cpow(double complex x, double complex y); float complex cpowf(float complex x, float complex y); long double complex cpowl(long double complex x, long double complex y);
DESCRIPTION
These functions compute the complex power function x^y, with a branch cut for the first parameter along the negative real axis.
RETURN VALUES
These functions return the complex power function value.
ERRORS
No errors are defined.
ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Standard | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+
SEE ALSO
cabs(3M), complex.h(3HEAD), csqrt(3M), attributes(5), standards(5) SunOS 5.10 1 Sep 2002 cpow(3M)
Related Man Pages
csqrt(3m) - sunos
csqrtf(3m) - sunos
cpowl(3m) - opensolaris
cpow(3) - plan9
cpow(3) - xfree86
Similar Topics in the Unix Linux Community
UIDL 1.3 (Default branch)
how to complex.h in C on SUN
Looking for some help
Reminder for mohtashims: Not listening to experts. Overly complex solutions to simple problems.
Reminder for mohtashims: Not listening to experts. Overly complex, insecure solutions to simple problems.