sqrt function
Syntax
float sqrt(x)
Parameters
- x (float)
Returns
The non-negative square root of x.
If x is negative, nan is generated.
Description
The sqrt function calculates the square root of x.
Copyright ©2008-2024 Esri R&D Center Zurich. All rights reserved.