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