AbstractRootFinderSign Method |
Helper method useful for preventing rounding errors.
Namespace: Altaxo.Calc.RootFindingAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxprotected double Sign(
double a,
double b
)
Parameters
- a Double
- The magnitude to return.
- b Double
- The value providing the sign.
Return Value
Doublea*sign(b)
See Also