@@ -520,8 +520,8 @@ function at a point \(f(x)\). Maybe a 'gocha' for the question author....",
520520 ['(x/y)/z ' , 'php_true ' , '(x/y)/z ' , 'cas_true ' , '\frac{\frac{x}{y}}{z} ' , '' , "" ],
521521 ['x/(y/z) ' , 'php_true ' , 'x/(y/z) ' , 'cas_true ' , '\frac{x}{\frac{y}{z}} ' , '' , "" ],
522522 ['x^y ' , 'php_true ' , 'x^y ' , 'cas_true ' , 'x^{y} ' , '' , "Operations and functions with special TeX " ],
523- ["x \u{00b2}" , 'php_false ' , '' , 'cas_false ' , '' , 'forbiddenChar ' , "" ],
524- ["x \u{00b2}*x \u{00b2}" , 'php_false ' , '' , 'cas_false ' , '' , 'forbiddenChar ' , "" ],
523+ ["x \u{00b2}" , 'php_true ' , 'x^2 ' , 'cas_true ' , 'x^{2} ' , 'superscriptchars ' , "" ],
524+ ["x \u{00b2}*x \u{00b2}" , 'php_true ' , 'x^2*x^2 ' , 'cas_true ' , 'x^{2}\cdot x^{2} ' , 'superscriptchars ' , "" ],
525525 ['x^(y+z) ' , 'php_true ' , 'x^(y+z) ' , 'cas_true ' , 'x^{y+z} ' , '' , "" ],
526526 ['x^(y/z) ' , 'php_true ' , 'x^(y/z) ' , 'cas_true ' , 'x^{\frac{y}{z}} ' , '' , "" ],
527527 ['x^f(x) ' , 'php_true ' , 'x^f(x) ' , 'cas_true ' , 'x^{f\left(x\right)} ' , '' , "" ],
@@ -625,7 +625,7 @@ function at a point \(f(x)\). Maybe a 'gocha' for the question author....",
625625 ['arsinh(x) ' , 'php_true ' , 'asinh(x) ' , 'cas_true ' , '{\rm sinh}^{-1}\left( x \right) ' , 'triginv ' , "" ],
626626 ['sin^-1(x) ' , 'php_false ' , 'sin^-1(x) ' , 'cas_false ' , '' , 'missing_stars | trigexp ' , "" ],
627627 ['cos^2(x) ' , 'php_false ' , 'cos^2(x) ' , 'cas_false ' , '' , 'missing_stars | trigexp ' , "" ],
628- ["sin \u{00b2}(x) " , 'php_false ' , 'sin^2(x) ' , 'cas_false ' , '' , 'forbiddenChar ' , "" ],
628+ ["sin \u{00b2}(x) " , 'php_false ' , 'sin^2(x) ' , 'cas_false ' , '' , 'trigexp | superscriptchars | forbiddenVariable ' , "" ],
629629 ['sin*2*x ' , 'php_false ' , 'sin*2*x ' , 'cas_false ' , '' , 'forbiddenVariable ' , "" ],
630630 ['sin[2*x] ' , 'php_false ' , 'sin[2*x] ' , 'cas_false ' , '' , 'trigparens ' , "" ],
631631 ['cosh(x) ' , 'php_true ' , 'cosh(x) ' , 'cas_true ' , '\cosh \left( x \right) ' , '' , "" ],
0 commit comments