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


 sin(number) #Output: Number



Parser expressionDescription


sin(1)


This example returns:

0.8414709848078965



sin(-2)


This example returns:

-0.9092974268256817



sin(0)


This example returns:

0.0



Parameters used in this function

ParameterInput (data type)Description
number

Any given number or numeric field code.



This function returns a



Use cases and examples



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






Status
Tech review

Style guide




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

Label