Page MenuHomeHEPForge

definiteIntegrals.hh
No OneTemporary

Size
514 B
Referenced Files
None
Subscribers
None

definiteIntegrals.hh

#ifndef NPSTAT_DEFINITEINTEGRALS_HH_
#define NPSTAT_DEFINITEINTEGRALS_HH_
/*!
// \file definiteIntegrals.hh
//
// \brief Formulae for various definite integrals based on exact expressions
//
// Author: I. Volobouev
//
// June 2013
*/
namespace npstat {
/**
// Integrate[(a x + b)/Sqrt[x (1-x)], {x, xmin, xmax}]
// for the case both xmin and xmax are inside [0, 1] interval
*/
double definiteIntegral_1(double a, double b, double xmin, double xmax);
}
#endif // NPSTAT_DEFINITEINTEGRALS_HH_

File Metadata

Mime Type
text/plain
Expires
Tue, Sep 30, 4:43 AM (1 d, 20 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
6548914
Default Alt Text
definiteIntegrals.hh (514 B)

Event Timeline