stdlib-js / stdlib

✨ Standard library for JavaScript and Node.js. ✨
https://stdlib.io
Apache License 2.0
4.42k stars 471 forks source link

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

Open anirudhprabhakaran3 opened 7 months ago

anirudhprabhakaran3 commented 7 months ago

Description

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

Related Issues

Progresses #649

Questions

Other

No.

Checklist

kgryte commented 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.

anirudhprabhakaran3 commented 7 months ago

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

Aditya8840 commented 6 months ago

@kgryte I'd like to work on this.