[libcxx-commits] [libcxx] [libc++][math] Mathematical Special Functions: Hermite Polynomial (PR #89982)
via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Apr 30 11:48:09 PDT 2024
================
@@ -765,6 +766,54 @@ _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 _Tp __constexpr_scalbn(_Tp _
return __builtin_scalbn(__x, __exp);
}
+#if _LIBCPP_STD_VER >= 17
----------------
PaulXiCao wrote:
Implemented in 8cf1c8585c95e8eec0315d6b1e6419ed5f63ba0f.
https://github.com/llvm/llvm-project/pull/89982
More information about the libcxx-commits
mailing list