This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com

Home

 
4D v19
TAN

TAN 


 

TAN ( value ) 
Parameter Type   Description
value  Real in Angle whose tangent is returned

The TAN function returns the tangent of the angle specified in value. It accepts and returns numeric data.

In value, pass any real number (an angle) for which to return the tangent. It must be expressed in radians. If the angle is in degrees, multiply it by PI/180 to convert it to radians.

Example  

TAN(B3)

TAN(45*PI()/180) //1



See also 

ATAN
COS
SIN

 
PROPERTIES 

Product: 4D
Theme: 4D View Pro Formulas

 
PAGE CONTENTS 
 
HISTORY 

 
ARTICLE USAGE

4D View Pro Reference ( 4D v19)