Skip to main content

+=

Symbol of Polynomial<real>.

(Polynomial<real> lhs += const Polynomial<real> rhs) -> Polynomial<real>

In-place addition assignment operator for Polynomial objects.

Parameters

  • lhs: Left-hand side value.
  • rhs: The Polynomial to add from.