Skip to content
Snippets Groups Projects
  1. Jun 27, 2016
  2. Jun 23, 2016
  3. Sep 03, 2015
  4. Sep 02, 2015
  5. Aug 26, 2015
  6. Aug 25, 2015
  7. Jun 02, 2015
  8. Sep 25, 2014
  9. Aug 05, 2014
    • Philippe Canal's avatar
      Remove trailing spaces · a6bc8d71
      Philippe Canal authored
      a6bc8d71
    • Philippe Canal's avatar
      remove <TAB>'s. · ef2f6464
      Philippe Canal authored
      Conflicts:
      	bindings/pyroot/src/MethodProxy.cxx
      	cmake/modules/RootConfiguration.cmake
      	etc/http/files/main.htm
      	etc/http/files/single.htm
      	geom/geompainter/src/TGeoChecker.cxx
      	graf2d/mathtext/inc/mathtext.h
      	graf2d/mathtext/src/fontembed.cxx
      	graf2d/mathtext/src/fontembedps.cxx
      	graf2d/qt/inc/TQtCanvasPainter.h
      	gui/qtgsi/src/TQRootCanvas.cxx
      	hist/hist/src/TBackCompFitter.cxx
      	hist/hist/src/TEfficiency.cxx
      	hist/hist/src/TFractionFitter.cxx
      	hist/hist/src/TGraphAsymmErrors.cxx
      	hist/hist/src/TH2.cxx
      	hist/hist/src/TH3.cxx
      	hist/hist/src/TMultiDimFit.cxx
      	hist/hist/src/TProfile.cxx
      	hist/hist/src/TProfile2D.cxx
      	hist/hist/src/TUnfoldBinning.cxx
      	html/src/TDocParser.cxx
      	math/foam/src/TFoam.cxx
      	math/genvector/inc/Math/VectorUtil_Cint.h
      	math/minuit2/inc/Minuit2/FumiliMaximumLikelihoodFCN.h
      	math/minuit2/inc/Minuit2/FumiliStandardChi2FCN.h
      	math/minuit2/inc/Minuit2/FumiliStandardMaximumLikelihoodFCN.h
      	math/minuit2/inc/Minuit2/StackAllocator.h
      	math/minuit2/src/TChi2ExtendedFCN.cxx
      	math/minuit2/src/TChi2FCN.cxx
      	math/minuit2/src/TFitterMinuit.cxx
      	math/minuit2/src/TFumiliFCN.cxx
      	misc/table/src/TTableDescriptor.cxx
      	net/auth/src/rsaaux.cxx
      	test/QpRandomDriver.cxx
      	test/ios/RootBrowser/Src/Browser/Controllers/FileCollectionViewController.mm
      	test/ios/RootBrowser/Src/Browser/Controllers/FileContentViewController.mm
      	test/ios/RootBrowser/Src/Browser/Controllers/ObjectViewController.mm
      	test/ios/RootBrowser/Src/Browser/Views/PadView.mm
      	test/ios/RootBrowser/Src/CustomUI/RangeSlider.mm
      	test/ios/RootBrowser/Src/ObjectInspector/Controllers/AxisFontInspector.mm
      	test/ios/RootBrowser/Src/ObjectInspector/Controllers/AxisInspector.mm
      	test/ios/RootBrowser/Src/ObjectInspector/Controllers/AxisLabelsInspector.mm
      	test/ios/RootBrowser/Src/ObjectInspector/Controllers/AxisTitleInspector.mm
      	test/ios/RootBrowser/Src/ObjectInspector/Controllers/FilledAreaInspector.mm
      	test/ios/RootBrowser/Src/ObjectInspector/Controllers/H1BinsInspector.mm
      	test/ios/RootBrowser/Src/ObjectInspector/Controllers/H1ErrorsInspector.mm
      	test/ios/RootBrowser/Src/ObjectInspector/Controllers/H1Inspector.mm
      	test/ios/RootBrowser/Src/ObjectInspector/Controllers/InspectorWithNavigation.mm
      	test/ios/RootBrowser/Src/ObjectInspector/Controllers/LineInspector.mm
      	test/ios/RootBrowser/Src/ObjectInspector/Controllers/MarkerInspector.mm
      	test/ios/RootBrowser/Src/ObjectInspector/Controllers/ObjectInspector.mm
      	test/ios/RootBrowser/Src/ObjectInspector/Controllers/PadInspector.mm
      	test/ios/RootBrowser/Src/ObjectInspector/Controllers/PadTicksGridInspector.mm
      	test/ios/Tutorials/PadOptionsController.mm
      	test/ios/Tutorials/PadView.mm
      	test/periodic/NdbMF.cxx
      	test/periodic/NdbMTReacDesc.cxx
      	test/periodic/NdbMTReactionXS.cxx
      	test/periodic/NdbParticleList.cxx
      	test/periodic/XSGui.h
      	test/stressLinear.cxx
      	test/stressRooFit_tests.cxx
      	test/tcollbm.cxx
      	test/vmatrix.cxx
      	tutorials/eve/boxset.C
      	tutorials/geom/geodemo.C
      	tutorials/graphs/splines.C
      	tutorials/hist/th2polyEurope.C
      	tutorials/mc/CompareMasses.C
      	tutorials/memstat/memstat.C
      ef2f6464
  10. Jun 06, 2014
  11. Jun 02, 2014
  12. May 30, 2014
  13. May 29, 2013
  14. May 28, 2013
  15. May 09, 2012
  16. Feb 28, 2012
  17. Nov 16, 2011
  18. Nov 03, 2011
  19. Jun 15, 2011
  20. Jun 08, 2011
  21. Apr 04, 2011
  22. Mar 23, 2011
    • Lorenzo Moneta's avatar
      add new functions in TMath based on std::numeric_limits: · ba0abbc5
      Lorenzo Moneta authored
       double TMath::QuietNaN() returning a quite NaN
        (as requested in https://savannah.cern.ch/bugs/?77827 )
      
       double TMath::SignalingNaN() returning a signaling NaN
       double TMath::Infinity() returning an infinity double value
      
      Added also (based on numeric_limits) templated functions on T (where T can be double, float or int) for computing the limits for a given type:
          -  T TMath::Limits< T >::Max() returning the maximum number which can be represented for the type T 
          - T TMath::Limits< T >::Min() returning the minimum number which can be represented for the type T 
          - T TMath::Limits< T >::Epsilon() returning the epsilon for the type T
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@38576 27541ba8-7e3a-0410-8455-c3a389f83636
      ba0abbc5
  23. Dec 15, 2010
  24. Dec 13, 2010
  25. Dec 10, 2010
  26. Dec 09, 2010
  27. Sep 30, 2010
  28. Jun 29, 2010
  29. Jun 28, 2010
  30. May 20, 2010
  31. Apr 28, 2010
  32. Apr 26, 2010
  33. Jan 08, 2010
  34. Dec 15, 2009
  35. Dec 11, 2009
  36. Nov 23, 2009
Loading