Skip to content

[RFC]: add math/base/tools/normhermitepolyf #2029

Closed
@kgryte

Description

@kgryte

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,

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

AcceptedRFC feature request which has been accepted.Good First IssueA good first issue for new contributors!JavaScriptIssue involves or relates to JavaScript.MathIssue or pull request specific to math functionality.RFCRequest for comments. Feature requests and proposed changes.difficulty: 2May require some initial design or R&D, but should be straightforward to resolve and/or implement.priority: NormalNormal priority concern or feature request.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions