Click or drag to resize

PolynomialDivideRemainder(Polynomial) Method

Division of two polynomials returning the quotient-with-remainder of the two polynomials given

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public (Polynomial , Polynomial ) DivideRemainder(
	Polynomial b
)

Parameters

b  Polynomial
Right polynomial

Return Value

ValueTuplePolynomial, Polynomial
A tuple holding quotient in first and remainder in second
See Also