/=
Symbol of State.
Overloads
| Name | Description |
|---|---|
(State lhs /= const complex rhs) -> State | Divides the state by a constant coefficient. |
(State lhs /= const bool rhs) -> State | Divides the state by a constant coefficient. |
(State lhs /= const integer rhs) -> State | Divides the state by a constant coefficient. |
(State lhs /= const real rhs) -> State | Divides 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.