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
If you do a subtraction with a 0 in the list of values to subtract, the results is incorrect.
Example: {"-": [10, 0, 100]} should be -90 but it returns 10 for some reason