ymittal / asciimath

AsciiMath to LaTeX converter
0 stars 2 forks source link

e^sin(x^2) #5

Closed ymittal closed 5 years ago

ymittal commented 5 years ago

Asciimth displays it correctly, LaTeX does not. Our existing implementation should display it as e^{sin(x^2)}.

ymittal commented 5 years ago

Now most of the standard functions (trig, f, g, log, exp) are parsed along with their arguments. Thus, sin(x^2) (or sin x^2 even) is considered one entity/node in the Abstract Syntax Tree.