PolynomialDivideRemainder(Polynomial) Method |
Division of two polynomials returning the quotient-with-remainder of the two polynomials given
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public (Polynomial , Polynomial ) DivideRemainder(
Polynomial b
)
Parameters
- b Polynomial
- Right polynomial
Return Value
ValueTuplePolynomial,
PolynomialA tuple holding quotient in first and remainder in second
See Also