pow
Composes a function that returns this function's field result raised to powers drawn from another field, point-wise, across their spatial intersection. The function result has no data where either of the fields have no data.
The function result has no data where this function's field result is less than or equal to 0.
The function result extent is the intersection of the extents of the given fields.
Return
A function that returns this function's field result raised to powers drawn from another field, point-wise, across their spatial intersection.
Since
300.1.0
Parameters
The continuous field function to draw powers from.
Composes a function that returns this function's field result raised to a power across its extent. The function result has no data where this function's field result has no data.
The function result has no data where this function's field result is less than or equal to 0.
The function result extent equals that of this function's field result.
Return
A function that returns this function's field result raised to a power across its extent.
Since
300.1.0
Parameters
The power to raise by.