-
-
Notifications
You must be signed in to change notification settings - Fork 813
feat: add math/base/special/tanf
#5371
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
base: develop
Are you sure you want to change the base?
Conversation
--- type: pre_push_report description: Results of running various checks prior to pushing changes. report: - task: run_javascript_examples status: na - task: run_c_examples status: na - task: run_cpp_examples status: na - task: run_javascript_readme_examples status: na - task: run_c_benchmarks status: na - task: run_cpp_benchmarks status: na - task: run_fortran_benchmarks status: na - task: run_javascript_benchmarks status: na - task: run_julia_benchmarks status: na - task: run_python_benchmarks status: na - task: run_r_benchmarks status: na - task: run_javascript_tests status: na ---
Coverage Report
The above coverage report was generated for the changes in this PR. |
@kgryte @gunjjoshi I need help on how to add main implementation for |
/stdlib update-copyright-years |
@0PrashantYadav0 You need to implement the single-precision variant based on a reference implementation. What you did in this PR is not what we are looking for. As can be seen by reading the source of
Accordingly, I suggest you follow that link and find the corresponding single-precision implementation, as it is that implementation which should serve as the basis on this package. |
I noticed your PR description contains closing keywords ("Resolves", "Closes", or "Fixes") referencing a "Tracking Issue". Why this matters: Required action: Thank you for your contribution to the project! |
Resolves None.
Description
This pull request:
maths/base/special/tanf
tanf
Related Issues
This pull request:
Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers