mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-25 15:07:57 +00:00
Moves the catchall for an arbitrary binary operator node up one level in the code so that it doesn't let any cases slip through. Resolves #2461.