[libcxx-commits] [PATCH] D58876: Added implementations of five Mathematical Special Functions added in C++17.

Andre Brand via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Mar 12 16:22:34 PDT 2019


thebrandre updated this revision to Diff 190355.
thebrandre added a comment.

Minor changes:

- Applied clang-format and LLVM Coding Standards to all files.
- Added unit tests for std::hermite. We now check the roots of the first 20 Hermite polynomials against values from the literature. And also check if the recurrence relation holds


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D58876

Files:
  libcxx/include/experimental/__hermite
  libcxx/include/experimental/__laguerre
  libcxx/include/experimental/__legendre
  libcxx/include/experimental/cmath
  libcxx/test/libcxx/experimental/numerics/c.math/assoc_laguerre.pass.cpp
  libcxx/test/libcxx/experimental/numerics/c.math/assoc_legendre.pass.cpp
  libcxx/test/libcxx/experimental/numerics/c.math/hermite.pass.cpp
  libcxx/test/libcxx/experimental/numerics/c.math/laguerre.pass.cpp
  libcxx/test/libcxx/experimental/numerics/c.math/legendre.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58876.190355.patch
Type: text/x-patch
Size: 42782 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190312/5ceb7dc9/attachment-0001.bin>


More information about the libcxx-commits mailing list