mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-25 15:07:57 +00:00
'isAssociativeWith(a,b)' to check if a is associative with b. Example: '+' is associative with '-' because (a+b)-c=a+(b-c)
'isAssociativeWith(a,b)' to check if a is associative with b. Example: '+' is associative with '-' because (a+b)-c=a+(b-c)