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
errormissing would be like passmissing but would throw an error if it encountered a missing input. So if someone wanted isodd(x) to always return true, they could do errormissing(isodd).
The text was updated successfully, but these errors were encountered:
errormissing
would be likepassmissing
but would throw an error if it encountered amissing
input. So if someone wantedisodd(x)
to always returntrue
, they could doerrormissing(isodd)
.The text was updated successfully, but these errors were encountered: