celeries.series.Angle.euclide#
- Angle.euclide(B, x)#
Euclidian division of the series by B according to variable x: self = B * Q + R.
- Parameters:
- BSeries
Divisor.
- xVar
Variable to consider for the Euclidian division.
- Returns:
- QSeries
Quotient of the division.
- RSeries
Rest of the division.