Manipulation Functions:
x, y, 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
x, y, z – complex argument
| CMPLXF(C11) | double complex CMPLX(double x, double y); |
| CMPLX(C11) | float complex CMPLXF(float x, float y); |
| CMPLXL(C11) | long double complex CMPLXL(long double x, long double y); |
| carg(C99) | double carg(double complex z); |
| cargf(C99) | float cargf(float complex z); |
| cargl(C99) | long double cargl(long double complex z); |
| cimag(C99) | double cimag(double complex z); |
| cimagf(C99) | float cimagf(float complex z); |
| cimagl(C99) | long double cimagl(long double complex z); |
| creal(C99) | double creal(double complex z); |
| crealf(C99) | float crealf(float complex z); |
| creall(C99) | long double creall(long double complex z); |
| conj(C99) | double complex conj(double complex z); |
| conjf(C99) | float complex conjf(float complex z); |
| conjl(C99) | long double complex conjl(long double complex z); |
| cproj(C99) | double complex cproj(double complex z); |
| cprojf(C99) | float complex cprojf(float complex z); |
| cprojl(C99) | long double complex cprojl(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