Difference between revisions of "TAN()"

From Lianjapedia
Jump to: navigation, search
m (Text replace - "Recital" to "Lianja")
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
 
Function to return tangent
 
Function to return tangent
 
  
 
==Syntax==
 
==Syntax==
 
TAN(<expN>)
 
TAN(<expN>)
 
  
 
==See Also==
 
==See Also==
 
[[ACOS()]], [[ASIN()]], [[ATAN()]], [[ATN2()]], [[COS()]], [[DTOR()]], [[EXP()]], [[LOG()]], [[LOG10()]], [[PI()]], [[RTOD()]], [[SET DECIMALS]], [[SET FIXED]], [[SIN()]]
 
[[ACOS()]], [[ASIN()]], [[ATAN()]], [[ATN2()]], [[COS()]], [[DTOR()]], [[EXP()]], [[LOG()]], [[LOG10()]], [[PI()]], [[RTOD()]], [[SET DECIMALS]], [[SET FIXED]], [[SIN()]]
 
  
 
== Description==
 
== Description==
 
The TAN() function returns the tangent of the angle <expN> expressed in radians.  The DTOR() function can be used for converting degrees to radians.
 
The TAN() function returns the tangent of the angle <expN> expressed in radians.  The DTOR() function can be used for converting degrees to radians.
 
  
 
==Example==
 
==Example==
Line 21: Line 17:
 
   0.965689
 
   0.965689
 
</code>
 
</code>
 
  
 
==Products==
 
==Products==
Line 27: Line 22:
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]
[[Category:Numeric Data]]
 
 
[[Category:Numeric Data Functions]]
 
[[Category:Numeric Data Functions]]

Latest revision as of 09:16, 4 February 2013

Purpose

Function to return tangent

Syntax

TAN(<expN>)

See Also

ACOS(), ASIN(), ATAN(), ATN2(), COS(), DTOR(), EXP(), LOG(), LOG10(), PI(), RTOD(), SET DECIMALS, SET FIXED, SIN()

Description

The TAN() function returns the tangent of the angle <expN> expressed in radians. The DTOR() function can be used for converting degrees to radians.

Example

set decimals to 6
? tan(dtor(44))
  0.965689

Products

Lianja, Lianja Server