-
-
Notifications
You must be signed in to change notification settings - Fork 751
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
[RFC]: add implementation of math/base/special/minmaxabsf
#6163
Comments
👋 Hi there! 👋 And thank you for opening your first issue! We will get back to you shortly. 🏃 💨 |
Hi everyone, |
1 task
sahil20021008
added a commit
to sahil20021008/stdlib
that referenced
this issue
Mar 22, 2025
This commit adds the implementation of stdlib/math/base/special/minmaxabsf function. It includes a README.md file, benchmarks, tests, examples. The minmaxabsf function returns the minimum and maximum single-precision floating-point values for any two numbers. Closes: stdlib-js#6163
sahil20021008
added a commit
to sahil20021008/stdlib
that referenced
this issue
Mar 22, 2025
This commit adds the implementation of stdlib/math/base/special/minmaxabsf function. It includes a README.md file, benchmarks, tests, examples. The minmaxabsf function returns the minimum and maximum single-precision floating-point values for any two numbers. Closes: stdlib-js#6163
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
This RFC proposes to add implementation of
math/base/special/minmaxabsf
Related Issues
Related issues #649 .
Questions
No.
Other
No.
Checklist
RFC:
.The text was updated successfully, but these errors were encountered: