Please don't change the subject since it breaks threading for both google groups and many mail readers (e.g. gmail).
On Fri, Jul 17, 2015 at 6:27 PM, harven <[email protected]> wrote: > > >> Does this help? >> >> julia> quadgk(t->exp(-t^2/2), 0, Inf) >> (1.2533141373155001,1.422966106459907e-8) >> >> julia> quadgk(t->exp(-t^2/2), 0, inf) >> ERROR: StackOverflowError: >> in quadgk at ./quadgk.jl:171 >> in quadgk at ./quadgk.jl:176 (repeats 10690 times) >> >> julia> inf >> inf (generic function with 2 methods) >> >> julia> Inf >> Inf >> > > Yes, definitely. Thanks. >
