qasm-ts - v2.0.0
GitHub
NPM
Preparing search index...
qasm3/ast
MathFunctionTypes
Enumeration MathFunctionTypes
Enum representing the available mathematical functions.
Index
Enumeration Members
CEILING
EXP
FLOOR
LOG
MOD
POPCOUNT
POW
ROTL
ROTR
SQRT
Enumeration Members
CEILING
CEILING
:
"ceiling"
EXP
EXP
:
"exponential"
FLOOR
FLOOR
:
"floor"
LOG
LOG
:
"logarithm"
MOD
MOD
:
"modulus"
POPCOUNT
POPCOUNT
:
"popcount"
POW
POW
:
"power"
ROTL
ROTL
:
"rotl"
ROTR
ROTR
:
"rotr"
SQRT
SQRT
:
"sqrt"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Enumeration Members
CEILING
EXP
FLOOR
LOG
MOD
POPCOUNT
POW
ROTL
ROTR
SQRT
GitHub
NPM
qasm-ts - v2.0.0
Loading...
Enum representing the available mathematical functions.