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 a76dfde commit d1bf314Copy full SHA for d1bf314
libc/shared/math.h
@@ -20,5 +20,6 @@
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
@@ -13,6 +13,8 @@
13
#include "src/__support/macros/config.h"
14
#include "src/__support/math/exp_constants.h"
15
#include "src/__support/number_pair.h"
16
+#include "src/__support/math/exp_constants.h"
17
+
18
19
namespace LIBC_NAMESPACE_DECL {
0 commit comments