Difference between revisions of "TAN()"

From Lianjapedia
Jump to: navigation, search
m (1 revision)
m (Text replace - "Recital" to "Lianja")
Line 24: Line 24:
  
 
==Products==
 
==Products==
Recital, Recital Server
+
Lianja, Lianja Server
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
[[Category:Numeric Data]]
 
[[Category:Numeric Data]]
 
[[Category:Numeric Data Functions]]
 
[[Category:Numeric Data Functions]]

Revision as of 01:30, 9 December 2012

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