KQMATH / tex2max

:books: JavaScript library for converting LaTeX math into Maxima code
https://www.npmjs.com/package/tex2max
GNU General Public License v3.0
14 stars 6 forks source link

Sine argument rules #38

Closed andstor closed 5 years ago

andstor commented 5 years ago

The LaTeX expression \sin x\cos y produces sin(x*cos(y)). Trigonometric functions should only include the subsequent expressions that isn't +, -, +- or any type of function as their argument.