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


 cos(number) #Output: Number



Parser expressionDescription


cos(0)


This example returns:

1.0


cos(1)


This example returns:

0.5403023058681398




Parameters used in this function

ParameterInput (data type)Description
number

Any given number or numeric field code.



This function returns a


Check out sin() to calculate the sine of a given value.



Use cases and examples



Parser function cloud
Map(error)
NotesNot possible to execute any trigonometric operation using Jira Expressions.






Status
Tech review

Style guide




Short descriptionReturns the cosine of the given number.
Output

Label