qasm-ts - v2.0.0
GitHub
NPM
Preparing search index...
qasm3/ast
ArithmeticOp
Enumeration ArithmeticOp
Enum representing arithmetic operations.
Index
Enumeration Members
CONCAT
DIVISION
MINUS
MOD
PLUS
POWER
TIMES
Enumeration Members
CONCAT
CONCAT
:
"++"
DIVISION
DIVISION
:
"/"
MINUS
MINUS
:
"-"
MOD
MOD
:
"%"
PLUS
PLUS
:
"+"
POWER
POWER
:
"**"
TIMES
TIMES
:
"*"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Enumeration Members
CONCAT
DIVISION
MINUS
MOD
PLUS
POWER
TIMES
GitHub
NPM
qasm-ts - v2.0.0
Loading...
Enum representing arithmetic operations.