pow(expr1,expr2)
The pow
function raises the values of
expr1
to the power of expr2
. No
error checking is performed for invalid values in the operands. This
function works on both gridded and station data.
pow(expr,2)
sqrt(pow(u,2)+pow(v,2))