[libcxx-commits] [libcxx] [libc++][math] Mathematical Special Functions: Hermite Polynomial (PR #89982)
Eli Friedman via libcxx-commits
libcxx-commits at lists.llvm.org
Thu May 16 09:26:04 PDT 2024
efriedma-quic wrote:
The empty squares in that table are stuff that hasn't been implemented in llvm-libc yet. (llvm-libc is, in general, currently a work in progress.) glibc also has a similar table in their documentation.
For "float" inputs, in some cases you can probably figure out the worst-case error across the whole range by brute force. For wider inputs, you'd need some combination of random sampling, and brute-force of a few carefully chosen small intervals, yes.
https://github.com/llvm/llvm-project/pull/89982
More information about the libcxx-commits
mailing list