summaryrefslogtreecommitdiff
path: root/include/complex.h
diff options
context:
space:
mode:
authorDavid Schultz <das@FreeBSD.org>2008-03-30 20:07:15 +0000
committerDavid Schultz <das@FreeBSD.org>2008-03-30 20:07:15 +0000
commit511dd36b32685f7200c2614f354b5addf5970c37 (patch)
tree2a345bcdaf53081fe31c0bf645a82d3e926aba0e /include/complex.h
parent84c1c0a1ca4fc050d24e864cf83a5c38ef0ef17b (diff)
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 4613d16c93d8..fe73f1d885c8 100644
--- a/include/complex.h
+++ b/include/complex.h
@@ -60,6 +60,8 @@ float crealf(float complex);
long double creall(long double complex);
double complex csqrt(double complex);
float complex csqrtf(float complex);
+long double complex
+ csqrtl(long double complex);
__END_DECLS