[libcxx-commits] [PATCH] D78427: [libcxx] Add c++20 <numbers>
Marek Kurdej via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed May 6 13:00:40 PDT 2020
curdeius added inline comments.
================
Comment at: libcxx/include/numbers:188
+inline constexpr
+T egamma_v<T> = T(0.577215664901532860606512090082402402431L);
+
----------------
For the verification of the numbers, I'd put links to each sequence, e.g. https://oeis.org/A001620 for gamma.
BTW, it seems to be a difference on the last 5 digits. It seems that the sequence 240240243 has incorrectly repeated 240.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78427/new/
https://reviews.llvm.org/D78427
More information about the libcxx-commits
mailing list