IntegrationBasesubinterval_too_small Method |
Determine whether a subinterval has become too small for further reliable subdivision.
Namespace: Altaxo.Calc.IntegrationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxprotected 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
Booleantrue if the subinterval is considered too small; otherwise
false.
See Also