Wednesday, November 30, 2016

C Complex Trigonometric Functions

Trigonometric Functions:
z – complex argument
csin(C99) double complex csin(double complex z);
csinf(C99) float complex csinf(float complex z);
csinl(C99) long double complex csinl(long double complex z);
ccos(C99) double complex ccos(double complex z);
ccosf(C99) float complex ccosf(float complex z);
ccosl(C99) long double complex ccosl(long double complex z);
ctan(C99) double complex ctan(double complex z);
ctanf(C99) float complex ctanf(float complex z);
ctanl(C99) long double complex ctanl(long double complex z);
casin(C99) double complex casin(double complex z);
casinf(C99) float complex casinf(float complex z);
casinl(C99) long double complex casinl(long double complex z);
cacos(C99) double complex cacos(double complex z);
cacosf(C99) float complex cacosf(float complex z);
cacosl(C99) long double complex cacosl(long double complex z);
catan(C99) double complex catan(double complex z);
catanf(C99) float complex catanf(float complex z);
catanl(C99) long double complex catanl(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