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 72de600 commit 46f7684Copy full SHA for 46f7684
libc/shared/math.h
@@ -21,5 +21,6 @@
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
@@ -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 {
20
0 commit comments