This function returns the tangent of the given angle expressed in radians.


The input has to be different than k*pi/2 and -k*pi/2 with k being an odd number.


tan(number) #Output: Number



Parser expressionDescription


tan(3.14/4)


This example returns:

0.9992039901050427



tan(0)


This example returns:

0.0



Parameters used in this function

ParameterInput (data type)Description
number

Any given number different than k*pi/2 and -k*pi/2 with k being an odd number.



This function returns a



Use cases and examples



Parser function cloud
Map(error)
NotesNot possible to make trigonometric calculations using Jira Expressions.






Status
Tech review

Style guide




Short descriptionReturns the trigonometric tangent of angle number expressed in radians.
Output

Label