stdlib-js / stdlib

✨ Standard library for JavaScript and Node.js. ✨
https://stdlib.io
Apache License 2.0
4.32k stars 437 forks source link

RFC: evaluate a Legendre polynomial at a value `x` #121

Open kgryte opened 7 years ago

kgryte commented 7 years ago

Checklist

Please ensure the following tasks are completed before filing an issue.

Description

Description of the issue (or feature request).

Add support for evaluating a Legendre polynomial at a value x.

Package: @stdlib/math/base/special/legendre-polynomial Alias: base.legendrepoly

Dependent on an implementation for the Gauss hypergeometric function, hyp2f1.

Related Issues

Does this issue (or feature request) have any related issues?

No.

Questions

Any questions for reviewers?

No.

Other

Any other information relevant to this issue (or feature request)? This may include screenshots, references, stack traces, sample output, and/or implementation notes.

Reference implementations:

CodeMaverick2 commented 1 month ago

@kgryte I would like to work on this issue

kgryte commented 1 month ago

@CodeMaverick2 This issue is blocked until hyp2f1 is implemented.

CodeMaverick2 commented 1 month ago

Sure