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
Obviously, these don't add up correctly.
julia> f(x) = x^3*exp(-x^2/2)/2
f (generic function with 1 method)
julia> integrate(f,0,20)
1.0000000000107998
julia> integrate(f,20,30)
4.30545586095874e-84
julia> integrate(f,0,30)
1.3729357524611979e-9