Set Plus() => 0 and Times() => 1

Issue #65 resolved
Axel Kramer repo owner created an issue

If Plus or Times have no argument, they return unevaluated.

Plus() should be evaluated to 0 and Times() should be evaluated to 1.

If implemented this implies also changes to other built-in functions like for example Together()

Comments (1)

  1. Log in to comment