We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d43d40 commit 838b54fCopy full SHA for 838b54f
libc/isystem/complex.h
@@ -1,6 +1,6 @@
1
#ifndef _COMPLEX_H
2
#define _COMPLEX_H
3
+#include <math.h>
4
#include "libc/complex.h"
5
#include "libc/imag.h"
-#include "libc/math.h"
6
#endif /* _COMPLEX_H */
libc/isystem/float.h
@@ -1,5 +1,5 @@
#ifndef _FLOAT_H
#define _FLOAT_H
#include "libc/runtime/fenv.h"
#endif /* _FLOAT_H */
0 commit comments