diff options
Diffstat (limited to 'lib/libm/ccosh.c')
| -rw-r--r-- | lib/libm/ccosh.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libm/ccosh.c b/lib/libm/ccosh.c index 9cfff54a..c96e76b7 100644 --- a/lib/libm/ccosh.c +++ b/lib/libm/ccosh.c @@ -1,5 +1,5 @@ -#include <math.h> -#include <complex.h> +#include <complex.h> // for ccosh, cimag, complex, creal, I +#include <math.h> // for cos, cosh, sin, sinh double complex ccosh(double complex z) { |
