Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
3 tasks done
anirudhprabhakaran3 opened this issue Apr 1, 2024 · 3 comments · Fixed by #6296
Closed
3 tasks done

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

anirudhprabhakaran3 opened this issue Apr 1, 2024 · 3 comments · Fixed by #6296

Comments

@anirudhprabhakaran3
Copy link

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

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

This comment has been minimized.

@anirudhprabhakaran3

This comment has been minimized.

@Aditya8840

This comment has been minimized.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment