diff options
Diffstat (limited to 'include/complex.h')
-rw-r--r-- | include/complex.h | 4 |
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 |