Skip to main content

/=

Symbol of Operator.

Overloads

NameDescription
(Operator lhs /= const complex rhs) -> OperatorDivides an operator by complex scalar, modifying the operator in place.
(Operator lhs /= const real rhs) -> OperatorDivides an operator by real scalar, modifying the operator in place.
(Operator lhs /= const integer rhs) -> OperatorDivides an operator by integer scalar, modifying the operator in place.

(Operator lhs /= const complex rhs) -> Operator

Divides an operator by complex scalar, modifying the operator in place.

Parameters

  • lhs: Left-hand side value.
  • rhs: The scalar value.

(Operator lhs /= const real rhs) -> Operator

Divides an operator by real scalar, modifying the operator in place.

Parameters

  • lhs: Left-hand side value.
  • rhs: The scalar value.

(Operator lhs /= const integer rhs) -> Operator

Divides an operator by integer scalar, modifying the operator in place.

Parameters

  • lhs: Left-hand side value.
  • rhs: The scalar value.