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
julia>using Unitful, QuadGK
julia>quadgk(x->exp(-x/(1.0u"m")), 0.0u"m", Inf*u"m")
ERROR: DomainError with Inf m:
integrand produced NaN m in the interval (0.0 m, Inf m)
Stacktrace:
[...]
The text was updated successfully, but these errors were encountered:
Reported by @sosock in PainterQubits/Unitful.jl#597 (comment):
The text was updated successfully, but these errors were encountered: