diff options
Diffstat (limited to 'lib/libm/ccoshf.c')
| -rw-r--r-- | lib/libm/ccoshf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libm/ccoshf.c b/lib/libm/ccoshf.c index 12fc7e6d..f2a4d7ef 100644 --- a/lib/libm/ccoshf.c +++ b/lib/libm/ccoshf.c @@ -1,5 +1,5 @@ -#include <math.h> -#include <complex.h> +#include <complex.h> // for ccoshf, cimagf, complex, crealf, I +#include <math.h> // for cosf, coshf, sinf, sinhf float complex ccoshf(float complex z) { |
