Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F19244560
definiteIntegrals.hh
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
514 B
Referenced Files
None
Subscribers
None
definiteIntegrals.hh
View Options
#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
Details
Attached
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)
Attached To
Mode
rNPSTATSVN npstatsvn
Attached
Detach File
Event Timeline
Log In to Comment