Sponsored Content
Full Discussion: new id
Contact Us Post Here to Contact Site Administrators and Moderators new id Post 302691825 by Neo on Sunday 26th of August 2012 12:34:18 AM
Old 08-26-2012
Done! Thanks!
This User Gave Thanks to Neo For This Post:
 
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)
All times are GMT -4. The time now is 09:24 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy