diff options
Diffstat (limited to 'include/complex.h')
-rw-r--r-- | include/complex.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/complex.h b/include/complex.h index ae81e36..1deab07 100644 --- a/include/complex.h +++ b/include/complex.h @@ -56,6 +56,10 @@ double complex conj(double complex) __pure2; float complex conjf(float complex) __pure2; long double complex conjl(long double complex) __pure2; +float complex cprojf(float complex) __pure2; +double complex cproj(double complex) __pure2; +long double complex + cprojl(long double complex) __pure2; double creal(double complex) __pure2; float crealf(float complex) __pure2; long double creall(long double complex) __pure2; |