pow function
Syntax
float pow(base, exponent)
Parameters
- base (float)
- exponent (float)
Returns
Returns base raised to the power exponent.
Description
The pow function calculates the result of raising base to the power exponent.
Related
Copyright ©2008-2024 Esri R&D Center Zurich. All rights reserved.