Skip to main content

error-analysis

function γ(n: number): number

Defined in error-analysis/error-analysis.ts:40

The canonical floating point error function, γ.

Parameters:

NameTypeDescription
nnumberthe parameter - typically a small positive integer, e.g. for polynomial evaluation this === 2*d + 1, where d is the degree of the polynomial

function γγ(n: number): number

Defined in error-analysis/error-analysis.ts:58

The canonical, once compensated (implying double-double precision), floating point error function.

Parameters:

NameTypeDescription
nnumberthe parameter - typically a small positive integer, e.g. for polynomial evaluation this === 2*d + 1, where d is the degree of the polynomial