google/mathsteps

Operator nodes should have > 1 arguments

ldworkin opened this issue · 1 comments

See the discussion here: #190 (comment)

Essentially, if we check for args.length > 1 in the isOperator check, some tests involving nthRoots will fail. Why is that? All operator nodes should have at least 2 arguments.

thanks for opening this :D