Difference between revisions of "MC-Basic:TAN"

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "+/- " to "± ")
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:TAN}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 28: Line 29:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
Read-Only
+
Read only
  
 
|EXAMPLE=
 
|EXAMPLE=
Line 36: Line 37:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:ATAN2|ATAN2]]
+
* [[MC-Basic:ATAN2|ATAN2]]
* [[Axystems:MC-Basic:ATN|ATN]]
+
* [[MC-Basic:ATN|ATN]]
  
[[Category:Axystems:MC-Basic:Arithmetic Functions|TAN]]
+
[[Category:MC-Basic:Arithmetic Functions|TAN]]
  
 
}}
 
}}

Latest revision as of 07:41, 2 May 2017

Language: English  • 中文(简体)‎

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