| Maptitude GISDK Help |
Computes the value of a number raised to a power.
result = Pow(real input_value, real input_power)
| Argument | Contents |
|---|---|
| input_value | Any number |
| input_power | Any number |
A real number that is equal to input_value raised to the power of input-power.
x = Pow(2.0, 3.0) // x = 8
| Function | Summary |
|---|---|
| Exp() | Returns the value of the constanteraised to a power |
| Log() | Returns the natural logarithm of a value |
| Log10() | Returns the common logarithm of a value |
| ©2025 Caliper Corporation | www.caliper.com |