pow
Input Stack:
|
⇨ | Output Stack:
|
Compute a new time series where each interval has the value (a power b)
where a
and b
are the corresponding intervals in the input time series.
Examples:
Before | After |
name,sps,:eq | name,sps,:eq, 42,:pow |
Before | After |
name,sps,:eq, :sum, name,requestsPerSecond,:eq, :max, (,name,),:by | name,sps,:eq, :sum, name,requestsPerSecond,:eq, :max, (,name,),:by, :pow |