gamma

▸ function γ (n: number): number

Defined in error-analysis/gamma.ts:16

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

Returns: number


▸ function γγ (n: number): number

Defined in error-analysis/gamma.ts:34

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

Returns: number