Skip to main content

/=

Symbol of State.

Overloads

NameDescription
(State lhs /= const complex rhs) -> StateDivides the state by a constant coefficient.
(State lhs /= const bool rhs) -> StateDivides the state by a constant coefficient.
(State lhs /= const integer rhs) -> StateDivides the state by a constant coefficient.
(State lhs /= const real rhs) -> StateDivides the state by a constant coefficient.

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

Divides the state by a constant coefficient.

Performs in-place division of all coefficients in the state by the given value.

Parameters

  • lhs: Left-hand side value.
  • rhs: The coefficient to divide the state by.

(State lhs /= const bool rhs) -> State

Divides the state by a constant coefficient.

Performs in-place division of all coefficients in the state by the given value.

Parameters

  • lhs: Left-hand side value.
  • rhs: The coefficient to divide the state by.

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

Divides the state by a constant coefficient.

Performs in-place division of all coefficients in the state by the given value.

Parameters

  • lhs: Left-hand side value.
  • rhs: The coefficient to divide the state by.

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

Divides the state by a constant coefficient.

Performs in-place division of all coefficients in the state by the given value.

Parameters

  • lhs: Left-hand side value.
  • rhs: The coefficient to divide the state by.