qasm-ts - v2.0.0
GitHub
NPM
Preparing search index...
qasm3/ast
TrigFunction
Class TrigFunction
Class representing a trigonometric function.
Hierarchy (
View Summary
)
Expression
TrigFunction
Index
Constructors
constructor
Properties
operand
trig
Type
Constructors
constructor
new
TrigFunction
(
trigType
:
TrigFunctionTypes
,
operand
:
Expression
)
:
TrigFunction
Parameters
trigType
:
TrigFunctionTypes
operand
:
Expression
Returns
TrigFunction
Properties
operand
operand
:
Expression
trig
Type
trigType
:
TrigFunctionTypes
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
operand
trig
Type
GitHub
NPM
qasm-ts - v2.0.0
Loading...
Class representing a trigonometric function.