stdlib icon indicating copy to clipboard operation
stdlib copied to clipboard

[RFC]: Add C implementation for `@stdlib/math/base/special/minmax`

Open anirudhprabhakaran3 opened this issue 10 months ago • 3 comments

Description

This RFC proposes to add a C implementation for @stdlib/math/base/special/minmax

Related Issues

Progresses #649

Questions

  • I note that the implementations of min and max are already available. Should the C implementation exactly follow the logic in the JS files, or could it use the min and max functions in C while maintaining the same function signature and return values?

Other

No.

Checklist

  • [X] I have read and understood the Code of Conduct.
  • [X] Searched for existing issues and pull requests.
  • [X] The issue name begins with RFC:.

anirudhprabhakaran3 avatar Apr 01 '24 10:04 anirudhprabhakaran3

@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.

kgryte avatar Apr 01 '24 11:04 kgryte

Aah😔 seems like I have the worst luck coming to this!

anirudhprabhakaran3 avatar Apr 01 '24 11:04 anirudhprabhakaran3

@kgryte I'd like to work on this.

Aditya8840 avatar May 02 '24 06:05 Aditya8840