Optional
ExponentPowTask Exponent.
Optional
aggregatorTake the working value to the exponent of the aggregators value.
Optional
bigA stringified big.js. Accepts variable expansion syntax.
Optional
scalarTake the working value to the exponent of value.
Static
createStatic
decodeDecodes a PowTask message from the specified reader or buffer.
Reader or buffer to decode from
Optional
length: numberMessage length if known beforehand
PowTask
If the payload is not a reader or valid buffer
If required fields are missing
Static
decodeStatic
encodeStatic
encodeStatic
fromStatic
getStatic
toCreates a plain object from a PowTask message. Also converts values to other types if specified.
PowTask
Optional
options: IConversionOptionsConversion options
Plain object
Static
verify
Round the current running result to an exponential power.
Input: The current running numerical result.
Returns: The input raised to an exponential power.
Example: Raise 2 to the power of 3, 2^3