-
Notifications
You must be signed in to change notification settings - Fork 103
Added erf(x) Float64 Julia implementation #491
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: master
Are you sure you want to change the base?
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #491 +/- ##
==========================================
+ Coverage 94.07% 94.24% +0.16%
==========================================
Files 14 14
Lines 2905 2969 +64
==========================================
+ Hits 2733 2798 +65
+ Misses 172 171 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Old:
Float32
New:
Float32
|
Float32 implementation available, but not faster than Float64 version due to a exp() call. |
need to clean up polynomial evaluations. |
Remaining: erfc Float64 and Float32 implementations, and the erf Float32 implementation |
Faster than current wrapper function call (including Float32 function call).
Uses algorithm based on https://github.com/ARM-software/optimized-routines/blob/master/math/erf.c