-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[RFC]: add JS implementation for sign #2856
Copy link
Copy link
Closed
Labels
BaseIssue or pull requests related to "low-level" functionality oriented toward library consumers.Issue or pull requests related to "low-level" functionality oriented toward library consumers.CIssue involves or relates to C.Issue involves or relates to C.FeatureIssue or pull request for adding a new feature.Issue or pull request for adding a new feature.JavaScriptIssue involves or relates to JavaScript.Issue involves or relates to JavaScript.MathIssue or pull request specific to math functionality.Issue or pull request specific to math functionality.Native AddonsIssue involves or relates to Node.js native add-ons.Issue involves or relates to Node.js native add-ons.difficulty: 1Low degree of difficulty. Should be straightforward to implement and/or resolve.Low degree of difficulty. Should be straightforward to implement and/or resolve.priority: HighHigh priority concern or feature request.High priority concern or feature request.
Metadata
Metadata
Assignees
Labels
BaseIssue or pull requests related to "low-level" functionality oriented toward library consumers.Issue or pull requests related to "low-level" functionality oriented toward library consumers.CIssue involves or relates to C.Issue involves or relates to C.FeatureIssue or pull request for adding a new feature.Issue or pull request for adding a new feature.JavaScriptIssue involves or relates to JavaScript.Issue involves or relates to JavaScript.MathIssue or pull request specific to math functionality.Issue or pull request specific to math functionality.Native AddonsIssue involves or relates to Node.js native add-ons.Issue involves or relates to Node.js native add-ons.difficulty: 1Low degree of difficulty. Should be straightforward to implement and/or resolve.Low degree of difficulty. Should be straightforward to implement and/or resolve.priority: HighHigh priority concern or feature request.High priority concern or feature request.
Description
This RFC proposes adding JS implementation equivalent to
signpresent in Fortran. This is used often in LAPACK/BLAS packages.Where we already have implementation for
signumalias:
@stdlib/math/base/special/signreference:
@stdlib/math/base/special/maxRelated Issues
Related issues #2464.
Questions
No.
Other
cc @kgryte
Checklist
RFC:.