module HROOT.Hist.TF1 ( TF1(..) , ITF1(..) , upcastTF1 , downcastTF1 , newTF1 , tF1GetChisquare , tF1GetHistogram , tF1GetParent , tF1GetXaxis , tF1GetYaxis , tF1GetZaxis , tF1DerivativeError , tF1InitStandardFunctions , tF1GetCurrent , tF1AbsValue , tF1RejectPoint , tF1RejectedPoint , tF1SetCurrent , tF1CalcGaussLegendreSamplingPoints ) where import HROOT.Hist.TF1.RawType import HROOT.Hist.TF1.Interface import HROOT.Hist.TF1.Implementation