[libc-commits] [PATCH] D132842: [libc][math] Added atanf function.
Tue Ly via Phabricator via libc-commits
libc-commits at lists.llvm.org
Tue Aug 30 12:44:12 PDT 2022
lntue accepted this revision.
lntue added inline comments.
================
Comment at: libc/src/math/generic/atanf.cpp:12
+#include "src/__support/FPUtil/FPBits.h"
+#include "src/math/generic/supfuncf.h"
+
----------------
Update this header file.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132842/new/
https://reviews.llvm.org/D132842
More information about the libc-commits
mailing list