[libcxx-commits] [PATCH] D59937: Added implementation of expint [sf.cmath]

Andre Brand via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Apr 5 03:09:45 PDT 2019


thebrandre updated this revision to Diff 193850.
thebrandre retitled this revision from "Added implementation of expint (Math Special Functions)" to "Added implementation of expint [sf.cmath]".
thebrandre added a comment.

A very small change in the synopsis in cmath: expint is now listed separately in a new category ... just as in 29.9.1 [cmath.syn].
This is also for consistency with https://reviews.llvm.org/D60234


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.193850.patch
Type: text/x-patch
Size: 50555 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190405/bd10c193/attachment-0001.bin>


More information about the libcxx-commits mailing list