You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PR add the implementation of `dpnp.special.erfc` function, including
tests coverage.
Also it reworks the previous implementation of erf function to reduce
future code duplication. because most of erf-like function has the same
types supported and similar signature.
0 commit comments