Click or drag to resize

AbstractRootFinderSign Method

Helper method useful for preventing rounding errors.

Namespace: Altaxo.Calc.RootFinding
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
protected double Sign(
	double a,
	double b
)

Parameters

a  Double
The magnitude to return.
b  Double
The value providing the sign.

Return Value

Double
a*sign(b)
See Also