otp.math.div#
- div(value1, value2)#
Computes the quotient by dividing
value1
byvalue2
.- Parameters
- Return type
Examples
>>> data = otp.Tick(A=100) >>> data['DIV'] = otp.math.div(data['A'], 72) >>> otp.run(data) Time A DIV 0 2003-12-01 100 1
Site Navigation
Section Navigation