Skip to main content

/

Symbol of Operator.

Overloads

NameDescription
(const Operator lhs / const integer rhs) -> OperatorDivides an operator by integer scalar.
(const Operator lhs / const real rhs) -> OperatorDivides an operator by real scalar.
(const Operator lhs / const complex rhs) -> OperatorDivides an operator by complex scalar.

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

Divides an operator by integer scalar.

Parameters

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

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

Divides an operator by real scalar.

Parameters

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

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

Divides an operator by complex scalar.

Parameters

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