diff options
Diffstat (limited to 'lib/libm/clog10f.c')
| -rw-r--r-- | lib/libm/clog10f.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libm/clog10f.c b/lib/libm/clog10f.c index d2994b0d..855069a3 100644 --- a/lib/libm/clog10f.c +++ b/lib/libm/clog10f.c @@ -1,4 +1,7 @@ -#include "__complex.h" +#include "__complex.h" // for M_IVLN10 + +#include <complex.h> // for cabsf, cimagf, complex, crealf, I +#include <math.h> // for atan2f, log10f float complex clog10f(float complex z) { |
