Exponential and Logarithmic Functions:
z – complex argument
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
z – complex argument
cexp(C99) | double complex cexp(double complex z); |
ccxpf(C99) | float complex cexpf(float complex z); |
cexpl(C99) | long double complex cexpl(long double complex z); |
clog(C99) | double complex clog(double complex z); |
clogf(C99) | float complex clogf(float complex z); |
clogl(C99) | long double complex clogl(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