Click or drag to resize

IntegrationBasesubinterval_too_small Method

Determine whether a subinterval has become too small for further reliable subdivision.

Namespace: Altaxo.Calc.Integration
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
protected static bool subinterval_too_small(
	double a1,
	double a2,
	double b2
)

Parameters

a1  Double
Left endpoint of the current subinterval.
a2  Double
Midpoint between the left and right endpoints.
b2  Double
Right endpoint of the current subinterval.

Return Value

Boolean
true if the subinterval is considered too small; otherwise false.
See Also