Difference between revisions of "MC-Basic:TAN"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= TAN(''<expression>'') |AVAILABILITY= All versions |DESCRIPTION= This function returns the tangent of an angle given in radians |TYPE= Double…')
 
m (1 revision)
(No difference)

Revision as of 16:10, 13 December 2010

This function returns the tangent of an angle given in radians

Syntax

TAN(<expression>)

Availability

All versions

Type

Double

Range

+/- 9.223372036853900e+18

Scope

Configuration, Task or Terminal

Limitations

Read-Only

Examples

?Tan (3.14159/2)

Var1 = Tan(3.14159)

See Also