{{sidenavigation.sidenavigationExpandLabel}}
{{getMsg('Help_YouAreHere')}}: {{page.title}} {{page.title}}
{{$root.getMsg("downLoadHelpAsPdf")}} {{helpModel.downloadHelpPdfDataStatus}}

Tan

Returns the tangens of the number.

Usage:

Tan( X )

Parameters:

X the number to calculate the tangens of.

Returns:

Numeric value

Examples:

//The value of variable x is the value of the tangens
//of the current value of the database
//field {Angles}for each evaluation of this formula
NumberVar x = Tan({Angles})
//some special values of tangens
Tan(0)      //0
Tan(0.5*pi) //Not a Number
Tan(pi)     //0
Tan(1.5*pi) //Not a Number
Tan(2*pi)   //0
i-net Clear Reports
This application uses cookies to allow login. By continuing to use this application, you agree to the use of cookies.


Help - Tan