Optional
aggregatorTake the working value to the exponent of the aggregators value.
Optional
bigA stringified big.js. Accepts variable expansion syntax.
Optional
ExponentPowTask Exponent.
Optional
scalarTake the working value to the exponent of value.
Converts this PowTask to JSON.
JSON object
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
Static
decodeDecodes a PowTask message from the specified reader or buffer, length delimited.
Reader or buffer to decode from
PowTask
Static
encodeStatic
encodeStatic
fromCreates a PowTask message from a plain object. Also converts values to their respective internal types.
Plain object
PowTask
Static
getGets the default type url for PowTask
Optional
typeUrlPrefix: stringyour custom typeUrlPrefix(default "type.googleapis.com")
The default type url
Static
toCreates a plain object from a PowTask message. Also converts values to other types if specified.
PowTask
Optional
options: IConversionOptionsConversion options
Plain object
Static
verifyVerifies a PowTask message.
Plain object to verify
null
if valid, otherwise the reason why it is not
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