You are here: Symbol Reference > Probabilities Namespace > Functions > Probabilities.GenHarmonic Function
MtxVec VCL
ContentsIndex
PreviousUpNext
Probabilities.GenHarmonic Function

Lerch transcendent function. 

Generalized harmonic number H(n,m).

Pascal
function GenHarmonic(n: Integer; m: double): double; overload;

The an approximation to Lerch transcendent function, evaluated for complex z value. 

the Generalized harmonic number (n).

function Lerch(const z: single; s: single; a: single): single; overload; (* 

Estimates Lerch transcendent function. The Lerch transcendent function is defined as: 

 

*) {$IFDEF WIN_FORMS_DOCS} class {$ENDIF} function Lerch( const z: TCplx; const s: TCplx; a: double): TCplx; overload;  

The Generalized harmonic number is defined by the following equation: 

 

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!