Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Excerpt

Description: This function is intended to simplify expressions provided in a string format.

...

Input: "+-cos(3x) + (1/4)x^n"

Output: "{{ x}^{ n} \\over 4}-\\cos\\left(3~ x\\right)" , which will render as the statement below

Latex formatting
${{ x}^{ n} \over 4}-\cos\left(3~ x\right)$

...