qasm-ts - v2.0.0
GitHub
NPM
Preparing search index...
qasm3/ast
MathFunction
Class MathFunction
Class representing a mathematical function.
Hierarchy (
View Summary
)
Expression
MathFunction
Index
Constructors
constructor
Properties
math
Type
operands
Constructors
constructor
new
MathFunction
(
mathType
:
MathFunctionTypes
,
operands
:
Expression
|
Expression
[]
,
)
:
MathFunction
Parameters
mathType
:
MathFunctionTypes
operands
:
Expression
|
Expression
[]
Returns
MathFunction
Properties
math
Type
mathType
:
MathFunctionTypes
operands
operands
:
Expression
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
math
Type
operands
GitHub
NPM
qasm-ts - v2.0.0
Loading...
Class representing a mathematical function.