-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
Description
Mathjs is having strange behaviour regarding null :
math.eval('null')
returns null
math.eval('null+null')
returns 0 and so does every function call like cos(null) that returns 1
shouldn't the parser return null as long as there's one undefine value in the tree ?
Reactions are currently unavailable