Returns the tangens of the number.
Tan( X )
X | the number to calculate the tangens of. |
---|
Numeric value
//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