mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-18 14:59:29 +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.