aboutsummaryrefslogtreecommitdiff
path: root/include/complex.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/complex.h')
-rw-r--r--include/complex.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/complex.h b/include/complex.h
index b502613c6acf..0f7228fad869 100644
--- a/include/complex.h
+++ b/include/complex.h
@@ -101,6 +101,10 @@ float complex cexpf(float complex);
double cimag(double complex) __pure2;
float cimagf(float complex) __pure2;
long double cimagl(long double complex) __pure2;
+double complex clog(double complex);
+float complex clogf(float complex);
+long double complex
+ clogl(long double complex);
double complex conj(double complex) __pure2;
float complex conjf(float complex) __pure2;
long double complex