>
> 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. 

Reply via email to