summaryrefslogtreecommitdiffstats
path: root/include/complex.h
diff options
context:
space:
mode:
authordas <das@FreeBSD.org>2008-08-07 15:07:48 +0000
committerdas <das@FreeBSD.org>2008-08-07 15:07:48 +0000
commitec47be13ee00be2b6199952305615cedee91890a (patch)
tree8025e6cf1286830dfa72a371de57c7ed4fc50aa8 /include/complex.h
parent0fcff3686b2759a5962aec115d42856976db5e5c (diff)
downloadFreeBSD-src-ec47be13ee00be2b6199952305615cedee91890a.zip
FreeBSD-src-ec47be13ee00be2b6199952305615cedee91890a.tar.gz
Implement cproj{,f,l}().
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 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;
OpenPOWER on IntegriCloud