Accepts a polynomial expression and return a string formatted
// return -x^2 - 2x + 3expressionToString([-1, -2, 3], 'x')
string to be used as the variable
Generated using TypeDoc
Accepts a polynomial expression and return a string formatted
Example