[libc-commits] [PATCH] D129215: [libc][math] Universal exp function for cosh/sinh calculation.

Tue Ly via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Jul 27 12:34:28 PDT 2022


lntue accepted this revision.
lntue added inline comments.
This revision is now accepted and ready to land.


================
Comment at: libc/test/src/math/expxf_test.cpp:36
+
+    EXPECT_MPFR_MATCH_DEFAULT(mpfr::Operation::Exp, x, fx(x), 0.5);
+  }
----------------
Does it work for all rounding modes?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D129215/new/

https://reviews.llvm.org/D129215



More information about the libc-commits mailing list