TIntegrateAlgo Enumeration

type TIntegrateAlgo = ( intAlgoTrapez, intAlgoSimpson, intAlgoSimpson38, intAlgoGauss, ntAlgoRomberg, intAlgoMonteCarlo );

Defines integration algorithm.

Values

NameDescription
intAlgoGaussGauss integration algorithm.
intAlgoMonteCarloMonte-Carlo method.
intAlgoSimpsonSimpson algorithm.
intAlgoSimpson38Boole integration method.
intAlgoTrapezTraapez rule method.
ntAlgoRombergRomberg method.