-
-
Notifications
You must be signed in to change notification settings - Fork 822
add C implementation for @stdlib/math/base/special/frexp
#651
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
Conversation
Co-authored-by: Athan <kgryte@gmail.com>
@kgryte could you please check and confirm if the implementation in |
Co-authored-by: Athan <kgryte@gmail.com>
Co-authored-by: Athan <kgryte@gmail.com>
Co-authored-by: Athan <kgryte@gmail.com>
Co-authored-by: Athan <kgryte@gmail.com>
Benchmarks for C are already existing, but they are different, should I add new benchmarks? |
Add additional C benchmarks in |
Some tests are failing (1028/6037), I guess it is because of some minor error in |
I am not sure why those tests are failing, @kgryte if you could review the PR. |
Trying pulling down the latest to see if tests now pass. |
All tests and benchmarks passed. This PR is ready for review :) |
@stdlib/math/base/special/frexp
Resolves #637
Checklist
@kgryte