diff options
Diffstat (limited to 'lib/libm/catanhf.c')
| -rw-r--r-- | lib/libm/catanhf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libm/catanhf.c b/lib/libm/catanhf.c index 0f16fc25..b4536225 100644 --- a/lib/libm/catanhf.c +++ b/lib/libm/catanhf.c @@ -1,4 +1,4 @@ -#include <complex.h> +#include <complex.h> // for I, catanf, catanhf, complex float complex catanhf(float complex z) { |
