Difference between revisions of "MC-Basic:TAN"

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "Read-Only" to "Read only")
Line 36: Line 36:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:ATAN2|ATAN2]]
+
* [[MC-Basic:ATAN2|ATAN2]]
 
* [[Axystems:MC-Basic:ATN|ATN]]
 
* [[Axystems:MC-Basic:ATN|ATN]]
  

Revision as of 08:35, 22 May 2014

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