https://github.com/root-project/root
Revision 8dce63513f77f8757c55d98499ce1f7d22a2c608 authored by Rene Brun on 05 July 2004, 17:51:12 UTC, committed by Rene Brun on 05 July 2004, 17:51:12 UTC
   static void Sort(Long64_t n, const Long64_t *a, Long64_t *index, Bool_t down=kTRUE);
This new prototype will be used by the new TTreeIndex class.

Add new functions
   static Double_t  ErfInverse(Double_t x);
   static Double_t  ErfcInverse(Double_t x) {return TMath::ErfInverse(1-x);}
TMath::Erf computes the inverse of the error function


git-svn-id: http://root.cern.ch/svn/root/trunk@9394 27541ba8-7e3a-0410-8455-c3a389f83636
1 parent 559227a
History
Tip revision: 8dce63513f77f8757c55d98499ce1f7d22a2c608 authored by Rene Brun on 05 July 2004, 17:51:12 UTC
Add new prototype for TMath::Sort.
Tip revision: 8dce635

back to top