We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b842550 commit c74a9c9Copy full SHA for c74a9c9
hist/hist/src/TH1.cxx
@@ -3877,6 +3877,7 @@ TObject *TH1::FindObject(const TObject *obj) const
3877
/// For printing the list of all available functions do:
3878
///
3879
/// TF1::InitStandardFunctions(); // not needed if `gROOT->GetFunction` is called before
3880
+/// TF2::InitStandardFunctions(); TF3::InitStandardFunctions(); // For 2D or 3D
3881
/// gROOT->GetListOfFunctions()->ls()
3882
3883
/// `fname` can also be a formula that is accepted by the linear fitter containing the special operator `++`,
0 commit comments