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 46f7684 commit dc6914cCopy full SHA for dc6914c
libc/shared/math.h
@@ -21,6 +21,5 @@
21
#include "math/ldexpf.h"
22
#include "math/ldexpf128.h"
23
#include "math/ldexpf16.h"
24
-#include "math/exp.h"
25
26
#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 {
20
0 commit comments