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 |
Returns the value of the constant e raised to a power |
|
Returns the natural logarithm of a value |
|
Returns the common logarithm of a value |
©2025 Caliper Corporation | www.caliper.com |