summaryrefslogtreecommitdiffstats
path: root/include/complex.h
diff options
context:
space:
mode:
authordas <das@FreeBSD.org>2011-03-07 16:05:45 +0000
committerdas <das@FreeBSD.org>2011-03-07 16:05:45 +0000
commite3510dd42989db62dc2fe826d0984d464b4bf598 (patch)
treeb0a18a41f7453cbd79618673717b0e91652bb06f /include/complex.h
parentb489000c798ef691622e8da15f54b10c2d42b9c5 (diff)
downloadFreeBSD-src-e3510dd42989db62dc2fe826d0984d464b4bf598.zip
FreeBSD-src-e3510dd42989db62dc2fe826d0984d464b4bf598.tar.gz
Add missing declarations that I intended to commit with r219359.
Not sure why we have math.h in lib/msun/ and complex.h in include/.
Diffstat (limited to 'include/complex.h')
-rw-r--r--include/complex.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/complex.h b/include/complex.h
index 1deab07..f37b003 100644
--- a/include/complex.h
+++ b/include/complex.h
@@ -49,6 +49,8 @@ long double cabsl(long double complex);
double carg(double complex);
float cargf(float complex);
long double cargl(long double complex);
+double complex cexp(double complex);
+float complex cexpf(float complex);
double cimag(double complex) __pure2;
float cimagf(float complex) __pure2;
long double cimagl(long double complex) __pure2;
OpenPOWER on IntegriCloud