summaryrefslogtreecommitdiff
path: root/include/complex.h
diff options
context:
space:
mode:
authorDavid Schultz <das@FreeBSD.org>2007-12-12 23:43:51 +0000
committerDavid Schultz <das@FreeBSD.org>2007-12-12 23:43:51 +0000
commit205bd6489417c25a1c9dbc9886d47eb6db42e215 (patch)
tree79fcbb5dd5acb03b187bc82dfc2af59cd0cc2e55 /include/complex.h
parent76b262c4266ee85565f536fda7665467e6f87b74 (diff)
downloadsrc-test2-205bd6489417c25a1c9dbc9886d47eb6db42e215.tar.gz
src-test2-205bd6489417c25a1c9dbc9886d47eb6db42e215.zip
Notes
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 502a178dff33..5627f61f2653 100644
--- a/include/complex.h
+++ b/include/complex.h
@@ -45,6 +45,8 @@ __BEGIN_DECLS
double cabs(double complex);
float cabsf(float complex);
+double carg(double complex);
+float cargf(float complex);
double cimag(double complex);
float cimagf(float complex);
long double cimagl(long double complex);