Display interpreted functions.
auto form1 =
new TFormula(
"form1",
"sqrt(abs(x))");
form1->Eval(2);
form1->Eval(-45);
auto fun1 =
new TF1(
"fun1",
"abs(sin(x)/x)",0,10);
fun1->Draw();
}
R__EXTERN TObjectTable * gObjectTable
void Print(Option_t *option="") const
Print the object table.
- Author
- Rene Brun
Definition in file formula1.C.