This function returns the square root of the input number.


The input has to be a non-negative value.


 sqrt(number) #Output: Number



Parser expressionDescription


sqrt(4)


This example returns:

2.0


sqrt(0)


This example returns:

0.0



Parameters used in this function

ParameterInput (data type)Description
number

Any given non-negative number or numeric field code.



This function returns a



Use cases and examples



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






Status
Tech review

Style guide




Short descriptionReturns the square root of the input number.
Output

Label