Returns the square root of a number
ID
math-operators-square-root
Name
Square Root
Group
Operators
Package
Math
Keywords
Power
Inputs
Name | Type | Description | Default Value |
---|---|---|---|
x | Number | Input value |
Outputs
Name | Type | Description |
---|---|---|
sqrt | Number | The square root of the given number |