Closed
Description
Description
This RFC proposes adding the package @stdlib/math/base/tools/normhermitepolyf
for evaluating a normalized Hermite polynomial using single-precision floating-point arithmetic.
Package: @stdlib/math/base/tools/normhermitepolyf
Alias: normhermitepolyf
Related Issues
None.
Questions
No.
Other
This RFC has prior art. Namely,
@stdlib/math/base/tools/normhermitepoly
: uses double-precision floating-point arithmetic@stdlib/math/base/tools/evalpolyf
: emulates single-precision floating-point arithmetic usingfloat64ToFloat32
.
This RFC proposes effectively copying the normhermitepoly
package and modifying the implementation, tests, and examples (as in evalpolyf
) to use float64ToFloat32
for emulating single-precision arithmetic.
Checklist
- I have read and understood the Code of Conduct.
- Searched for existing issues and pull requests.
- The issue name begins with
RFC:
.
Metadata
Metadata
Assignees
Labels
RFC feature request which has been accepted.A good first issue for new contributors!Issue involves or relates to JavaScript.Issue or pull request specific to math functionality.Request for comments. Feature requests and proposed changes.May require some initial design or R&D, but should be straightforward to resolve and/or implement.Normal priority concern or feature request.