summaryrefslogtreecommitdiffstats
path: root/include/complex.h
diff options
context:
space:
mode:
authordas <das@FreeBSD.org>2007-12-15 08:38:44 +0000
committerdas <das@FreeBSD.org>2007-12-15 08:38:44 +0000
commit28907d1d2e97e0f72164343c49e4450f394fa70c (patch)
tree063bec4e9b1cd1d8633476c7fa825801bb31d3f7 /include/complex.h
parent25e550cd1775af97dc9301e1982c4d18b93bac5a (diff)
downloadFreeBSD-src-28907d1d2e97e0f72164343c49e4450f394fa70c.zip
FreeBSD-src-28907d1d2e97e0f72164343c49e4450f394fa70c.tar.gz
Implement and document csqrt(3) and csqrtf(3).
Diffstat (limited to 'include/complex.h')
-rw-r--r--include/complex.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/complex.h b/include/complex.h
index 5627f61..24251f2 100644
--- a/include/complex.h
+++ b/include/complex.h
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 2001 The FreeBSD Project.
+ * Copyright (c) 2001-2007 The FreeBSD Project.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -57,6 +57,8 @@ long double complex
double creal(double complex);
float crealf(float complex);
long double creall(long double complex);
+double complex csqrt(double complex);
+float complex csqrtf(float complex);
__END_DECLS
OpenPOWER on IntegriCloud