Wednesday, November 30, 2016

C Complex Power and Absolute-value Functions

Power and Absolute-value Functions:
x, y, z – complex argument
cabs(C99) double cabs(double complex z);
cabsf(C99) float cabsf(float complex z);
cabsl(C99) long double cabsl(long double complex z);
cpow(C99) double complex cpow(double complex x, double complex y);
cpowf(C99) float complex cpowf(float complex x, float complex y);
cpowl(C99) long double complex cpowl(long double complex x,long double complex y);
csqrt(C99) double complex csqrt(double complex z);
csqrtf(C99) float complex csqrtf(float complex z);
csqrtl(C99) long double complex csqrtl(long double complex z);

complex.h
Trigonometric Functions
Hyperbolic Functions
Exponential and Logarithmic Functions
Power and Absolute-value Functions
Manipulation Functions


Related topics:
Library Functions in C   |   Standard Library in C   |   Header Files in C   |   Functions in C   |   Keywords in C   |   Data Types in C   |   Pointers in C

List of topics: C Programming

No comments:

Post a Comment