Basic Syntax CrystalClear Syntax Before Reading Records

Tan( x )


Returns the tangens of the number.

Usage:

Tan( X )

Parameters:

X the number to calculate the tangens of.

Return:

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

See also:


i-net software strives to provide accurate product documentation. Please give us your feedback using the form below.
NOTE: This form is for documentation feedback only. For technical assistance, please send an email to crystalclear@inetsoftware.de.

This page is: very poor very good
Comment: