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
How should the evaluating function deal with some expression that is mathematically invalid like log(-1) or (-1)^(0.5). Should it return nan or terminate?
The text was updated successfully, but these errors were encountered:
How should the evaluating function deal with some expression that is mathematically invalid like log(-1) or (-1)^(0.5). Should it return nan or terminate?
The text was updated successfully, but these errors were encountered: