[libcxx-commits] [libcxx] [libc++][math] Mathematical Special Functions: Hermite Polynomial (PR #89982)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Apr 27 14:31:27 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
----------------
philnik777 wrote:
This should probably be in `include/__math/special_functions.h`.
https://github.com/llvm/llvm-project/pull/89982
More information about the libcxx-commits
mailing list