otp.math.pow#
- pow(base, exponent)#
Compute the
base
to the power of theexponent
.- Parameters
- Return type
Examples
>>> data = otp.Tick(A=2) >>> data['RES'] = otp.math.pow(data['A'], 10) >>> otp.run(data) Time A RES 0 2003-12-01 2 1024.0
Site Navigation
Section Navigation