Query: cpow
OS: opensolaris
Section: 3m
Links: opensolaris man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
cpow(3M) Mathematical Library Functions cpow(3M)NAMEcpow, cpowf, cpowl - complex power functionsSYNOPSISc99 [ 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);DESCRIPTIONThese functions compute the complex power function x^y, with a branch cut for the first parameter along the negative real axis.RETURN VALUESThese functions return the complex power function value.ERRORSNo errors are defined.ATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Standard | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+SEE ALSOcabs(3M), complex.h(3HEAD), csqrt(3M), attributes(5), standards(5) SunOS 5.11 12 Jul 2006 cpow(3M)
Related Man Pages |
---|
cpow(3m) - sunos |
cpowf(3m) - sunos |
cpow(3) - redhat |
cpow(3) - x11r4 |
cpow(3) - minix |