big formulas with TFormula

Pascal Perrodo (perrodo@lapp.in2p3.fr)
Sun, 8 Feb 1998 11:59:09 +0100 (MET)


Hi,

I use the class TFormula to define a function that I fit afterwards
on a graph. OK.

Now my formula becomes big not with many parameters but just long and
complicated on the mathematical side : many parenthetis, many
fractions,...

Is there a way to simplify the definition of such a class TFormula ? I
tried to do it using smaller TFormula classes and try to build the one I
am interested, but it doesn't treat the parameters [0],[1],... in a
consistent way for all formulas. How can I proceed ?

Many thanks in advance for help.

Pascal