qasm-ts - v2.0.0
    Preparing search index...

    Enumeration ArithmeticOp

    Enum representing arithmetic operations.

    Index

    Enumeration Members

    Enumeration Members

    CONCAT: "++"
    DIVISION: "/"
    MINUS: "-"
    MOD: "%"
    PLUS: "+"
    POWER: "**"
    TIMES: "*"