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> Compat.round(1.2345, digits = 2)
ERROR: UndefVarError: base not defined
Stacktrace:
[1] (::Compat.#kw##round)(::Array{Any,1}, ::Compat.#round, ::Float64) at ./<missing>:0
Fixed with PR #537.
The text was updated successfully, but these errors were encountered: