diff options
Diffstat (limited to 'lib/libm/ctanhl.c')
| -rw-r--r-- | lib/libm/ctanhl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libm/ctanhl.c b/lib/libm/ctanhl.c index 9b798080..1c9b9b81 100644 --- a/lib/libm/ctanhl.c +++ b/lib/libm/ctanhl.c @@ -1,5 +1,5 @@ -#include <math.h> -#include <complex.h> +#include <complex.h> // for complex, cimagl, creall, ctanhl, I +#include <math.h> // for coshl, cosl, sinhl, sinl long double complex ctanhl(long double complex z) { |
