Closed
Description
Description
This RFC proposes will add C implementation for alpha-max-plus-beta-min
with following usage:
double stdlib_base_fast_ampbm(const double x, const double y)
and factory
c~ ~FNP factory( const double alpha, const double beta, const bool nonnegative, const bool ints) // where FNP is a @typedef for a function_pointer~ ~
Related Issues
Related issues #649
Questions
No.
Other
This pkg is dependent on:
abs
which is already implemented in C
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.Issue involves or relates to C.Issue or pull request for adding a new feature.A good first issue for new contributors!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.