-
Notifications
You must be signed in to change notification settings - Fork 658
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
Add erf and atan2 #2842
Add erf and atan2 #2842
Conversation
Thanks for your contribution! |
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #2842 +/- ##
============================================
+ Coverage 72.08% 72.32% +0.23%
- Complexity 5126 7158 +2032
============================================
Files 473 708 +235
Lines 21970 31892 +9922
Branches 2351 3313 +962
============================================
+ Hits 15838 23066 +7228
- Misses 4925 7248 +2323
- Partials 1207 1578 +371
☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great @TalGrbr!
* Added element-wise gauss error function (ERF) * Added element-wise arctan2 * Format java * Fixed docs * added * to other_ptr in Atan2
Description
Added erf and atan2 operators for arrays