Syntax
- float sqrt(float value)
Returns
The non-negative square root of value. If value is negative, nan is generated.
Description
The sqrt function calculates the square root of value.
The non-negative square root of value. If value is negative, nan is generated.
The sqrt function calculates the square root of value.