-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
RFC: compute relative error exponential #115
Copy link
Copy link
Closed
Labels
FeatureIssue or pull request for adding a new feature.Issue or pull request for adding a new feature.Good First IssueA good first issue for new contributors!A good first issue for new contributors!Help WantedExtra attention is needed.Extra attention is needed.MathIssue or pull request specific to math functionality.Issue or pull request specific to math functionality.RFCRequest for comments. Feature requests and proposed changes.Request for comments. Feature requests and proposed changes.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.
Metadata
Metadata
Assignees
Labels
FeatureIssue or pull request for adding a new feature.Issue or pull request for adding a new feature.Good First IssueA good first issue for new contributors!A good first issue for new contributors!Help WantedExtra attention is needed.Extra attention is needed.MathIssue or pull request specific to math functionality.Issue or pull request specific to math functionality.RFCRequest for comments. Feature requests and proposed changes.Request for comments. Feature requests and proposed changes.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.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Checklist
RFC:.Description
Add support for computing the relative error exponential:
(exp(x) - 1)/x, for use whenxis near0.The implementation should be a straightforward convenience function.
Package:
@stdlib/math/base/special/expm1relAlias:
expm1relRelated Issues
No.
Questions
No.
Other
Reference implementations: