summaryrefslogtreecommitdiffstats
path: root/include/complex.h
diff options
context:
space:
mode:
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 4613d16..fe73f1d 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
OpenPOWER on IntegriCloud