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