.. method:: __mul__(value)
- Return the product of the linear expression as a rational.
+ Return the product of the linear expression by a rational.
.. method:: __truediv__(value)
- Return the quotient of the linear expression as a rational.
+ Return the quotient of the linear expression by a rational.
.. method:: __eq__(expr)