[libcxx-commits] [PATCH] D59937: Added implementation of expint (Math Special Functions)
Andre Brand via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Mar 31 12:24:27 PDT 2019
thebrandre updated this revision to Diff 193021.
thebrandre edited the summary of this revision.
thebrandre added a comment.
Updated the diff: no longer make changes to math.h (as specified in ISO/IEC JTC 1/SC 22/WG 21 N3060) but only to cmath (as specified in "29.9.5 Mathematical special functions [sf.cmath]") - I guess that's t
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59937/new/
https://reviews.llvm.org/D59937
Files:
libcxx/include/__cmath
libcxx/include/cmath
libcxx/lib/CMakeLists.txt
libcxx/src/cmath/expint.cpp
libcxx/test/std/numerics/expint/expint_bounds.pass.cpp
libcxx/test/std/numerics/expint/expint_comparisons.pass.cpp
libcxx/test/std/numerics/expint/expint_limits.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59937.193021.patch
Type: text/x-patch
Size: 50626 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190331/4704f7cf/attachment-0001.bin>
More information about the libcxx-commits
mailing list