Skip to content
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

Open
3 tasks done
sahil20021008 opened this issue Mar 18, 2025 · 2 comments · May be fixed by #6290
Open
3 tasks done

[RFC]: add implementation of math/base/special/minmaxabsf #6163

sahil20021008 opened this issue Mar 18, 2025 · 2 comments · May be fixed by #6290

Comments

@sahil20021008
Copy link

Description

This RFC proposes to add implementation of math/base/special/minmaxabsf

Related Issues

Related issues #649 .

Questions

No.

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:.
@stdlib-bot
Copy link
Contributor

👋 Hi there! 👋

And thank you for opening your first issue! We will get back to you shortly. 🏃 💨

@sahil20021008
Copy link
Author

Hi everyone,
I am working on the implementation of minmaxabsf.

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants