Takes the square root of numValue.
Function | Group | Execution | Windows | Embedded | Thin Client |
---|---|---|---|---|---|
Sqrt | Arithmetic | Synchronous | Supported | Supported | Supported |
Sqrt( numValue )
Returns the square root of the value in the numValue tag.
Tag Name | Expression |
---|---|
Tag | SQRT( 25 ) // Returns the value 5 |
Tag | SQRT( 67 ) // Returns the value 8.185353 |