jiggzson/nerdamer

dot() and cross() don't work with unknowns as parameters

gunnarmein-ts opened this issue · 1 comments

nerdamer("dot(a,b)") with a or b undefined will throw. Same with cross.

expected behavior: leave it unresolved, like sin(a).

Sounds fair. I can't think of any issues this would create. I'll update this behavior.