TanOperator
Type
operator
Summary
Tan operator.
Syntax
tan(<Operand>)
Description
Tan operator.
Parameters
Name | Type | Description |
---|---|---|
Operand | An expression that evaluates to a number. |
Examples
variable tVar as Number
put the tan(pi) into tVar -- tVar contains 0
variable tVar as Number
put the tangent of pi /4 into tVar -- tVar contains approximately 1