diff options
Diffstat (limited to 'lib/libm/ccosf.c')
| -rw-r--r-- | lib/libm/ccosf.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libm/ccosf.c b/lib/libm/ccosf.c index 8d4a8761..331c5c49 100644 --- a/lib/libm/ccosf.c +++ b/lib/libm/ccosf.c @@ -1,4 +1,7 @@ -#include "__complex.h" +#include "__complex.h" // for cchsh + +#include <complex.h> // for creal, ccos, cimag, complex, I +#include <math.h> // for cos, sin double complex ccos(double complex z) { |
