void pm(){
cout << "Integral:" << 100<< "±" << 5<< endl;
}
gives:
root [1] .x pm.C
Integral:100±5
Note: TLatex “#pm” is for graphics only.
void pm(){
cout << "Integral:" << 100<< "±" << 5<< endl;
}
gives:
root [1] .x pm.C
Integral:100±5
Note: TLatex “#pm” is for graphics only.