Skip to main content

TanOperator

Type

operator

Summary

Tan operator.

Syntax

tan(<Operand>)

Description

Tan operator.

Parameters

NameTypeDescription

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
Thank you for your feedback!

Was this page helpful?