nicolewhite / algebra.js

Build, display, and solve algebraic equations.
http://algebra.js.org
MIT License
1.34k stars 111 forks source link

Added implicit option to toString #72

Closed CaselIT closed 7 years ago

CaselIT commented 7 years ago

The toString accepts an implicit option to show the multiplication symbol * between the variables.

This PR closes #70

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.009%) to 98.335% when pulling 70b0c89d08c305e225701fc9f4578a5c47400b5f on CaselIT:master into de593d8cd109f0987fc9f56699cb3bb577bba1ab on nicolewhite:master.

nicolewhite commented 7 years ago

Thank you!!!