Skip to content

Commit

Permalink
docstring fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Jul 20, 2017
1 parent 174a8a5 commit 7a1164a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/HCubature.jl
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@ rule due to Genz and Malik (1980), until the estimated error `E`
satisfies `E ≤ max(rtol*norm(I), atol)`, i.e. `rtol` and `atol` are
the relative and absolute tolerances requested, respectively.
It also stops if the number of `f` evaluations exceeds `maxevals`.
The default `rtol` is the square root of the precision `eps(T)`
If neither `atol` nor `rtol` are specified, the
default `rtol` is the square root of the precision `eps(T)`
of the coordinate type `T` described above.
The error is estimated by `norm(I - I′)`, where `I′` is an alternative
Expand Down

0 comments on commit 7a1164a

Please sign in to comment.