Click or drag to resize

GaussKronrod21IntegratorRescaleError Method

Rescales the absolute error estimate to a relative one.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
protected double RescaleError(
	double error
)

Parameters

error  Double
Absolute error.

Return Value

Double
Relative error.
See Also