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 d1bf314 commit 2f2b773Copy full SHA for 2f2b773
libc/shared/math.h
@@ -20,6 +20,5 @@
20
#include "math/ldexpf.h"
21
#include "math/ldexpf128.h"
22
#include "math/ldexpf16.h"
23
-#include "math/exp.h"
24
25
#endif // LLVM_LIBC_SHARED_MATH_H
libc/src/math/generic/common_constants.h
@@ -14,7 +14,7 @@
14
#include "src/__support/math/exp_constants.h"
15
#include "src/__support/number_pair.h"
16
17
-
+#include "src/__support/number_pair.h"
18
19
namespace LIBC_NAMESPACE_DECL {
0 commit comments