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
This tests whether `old_fun` and `new_fun` produce the same result on an iterator of `x` values. `tol` is the tolerance specified in ULPs (Units in Last Place).
14
+
This tests whether `test_fun` and `reference_fun` produce the same result on an iterator of `x` values. `tol` is the tolerance specified in ULPs (Units in Last Place). The `reference_fun` should be the accurate "reference" function you're comparing your new "test" function with.
15
15
*`test_acc(f::Function, xx; tol = 1.5)`
16
16
17
17
This is the same, except it tests the `BigFloat` method of a function against the method for `eltype(xx)`.
0 commit comments