Hi,
I noticed that special characters like &, <, > are replaced with HTML entities &, <, >, respectively, on the TFormula documentation pages for master, 6.36, 6.34, 6.32, and so on:
Comparisons operators are also supported
(&&, ||, ==, <=, >=, !)
sin(x*(x<0.5 || x>1))
TFormula old("old",sin(x*(x<0.5 || x>1)))
TFormula new("new","x*sin(x*(x<0.5 || x>1))")
Can this be fixed please?