[libcxx-commits] [libcxx] [libc++][math] Mathematical Special Functions: Hermite Polynomial (PR #89982)
via libcxx-commits
libcxx-commits at lists.llvm.org
Sat May 4 11:34:24 PDT 2024
================
@@ -315,6 +315,7 @@ constexpr long double lerp(long double a, long double b, long double t) noexcept
#include <limits>
#include <version>
+#include <__math/special_functions.h>
----------------
PaulXiCao wrote:
6b28fc59cc674f15075ec058ac6e3b1b217747bc: uncommented in cmath.inc
58ff841509fefa04784d788af4b8e6f18c84d5dd: added to synopsis in cmath
https://github.com/llvm/llvm-project/pull/89982
More information about the libcxx-commits
mailing list