Open anirudhprabhakaran3 opened 7 months ago
@anirudhprabhakaran3 Sorry to be the bearer of bad news, but there is already a PR up for minmax
: https://github.com/stdlib-js/stdlib/pull/1939.
Aah😔 seems like I have the worst luck coming to this!
@kgryte I'd like to work on this.
Description
This RFC proposes to add a C implementation for
@stdlib/math/base/special/minmax
Related Issues
Progresses #649
Questions
min
andmax
are already available. Should the C implementation exactly follow the logic in the JS files, or could it use themin
andmax
functions in C while maintaining the same function signature and return values?Other
No.
Checklist
RFC:
.