summaryrefslogtreecommitdiff
path: root/include/complex.h
diff options
context:
space:
mode:
authorMatt Macy <mmacy@FreeBSD.org>2018-07-15 00:23:10 +0000
committerMatt Macy <mmacy@FreeBSD.org>2018-07-15 00:23:10 +0000
commit6813d08ff55ae587abd7e2297e051d491c218de0 (patch)
treed189dbce16a7aff5e202e8b1efe1c6fb2c05e22b /include/complex.h
parentc8b1bdc31cfd6f6f4f0062c15732db887fa54486 (diff)
downloadsrc-test2-6813d08ff55ae587abd7e2297e051d491c218de0.tar.gz
src-test2-6813d08ff55ae587abd7e2297e051d491c218de0.zip
Notes
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 0f7228fad869..892bc55e5145 100644
--- a/include/complex.h
+++ b/include/complex.h
@@ -109,6 +109,10 @@ double complex conj(double complex) __pure2;
float complex conjf(float complex) __pure2;
long double complex
conjl(long double complex) __pure2;
+float complex cpowf(float complex, float complex);
+double complex cpow(double complex, double complex);
+long double complex
+ cpowl(long double complex, long double complex);
float complex cprojf(float complex) __pure2;
double complex cproj(double complex) __pure2;
long double complex