Returns the square root of a given value
Device + Agent
Name | Type | Description |
---|---|---|
value | Float/integer |
Any positive numerical value
|
Float — the square root
This function returns the square root of the passed value. If the value passed is negative, Squirrel will return the value -nan — Not A Number as defined by the IEEE 754 standard for floating-point math.