[libcxx-commits] [libcxx] [libc++][math] Mathematical Special Functions: Hermite Polynomial (PR #89982)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Mon Apr 29 00:53:26 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:

Yes, that's fine. It's been named `__math` instead of `__math_h` so it makes sense to move any math code in there.

https://github.com/llvm/llvm-project/pull/89982


More information about the libcxx-commits mailing list