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

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Mon May 20 08:29:23 PDT 2024


mordante wrote:

> There is also another option: We could consider splitting off the correctness documentation into its own issue/merge request.
> 
> My thoughts:
> 
>     * There is no real reason why everything must be handled in one pr.
> 
>     * Correctness documentation seems to be a more involved issue which will probably need quite some discussion.
> 
>     * There are other pr waiting for this integration (e.g. `std::legendre`).
> 
>     * On the flip-side: There is the possibility that it might be pushed to some backlog and not get fixed in the foreseeable future.

In libc++ we have not added this documentation for other math functions. For example `lerp`. so I don't feel this should be a blocker for this patch.

It would be nice to do in a separate patch.

PS I just restarted to build.

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


More information about the libcxx-commits mailing list