otp.math.sin#
- sin(value)#
- Returns the value of trigonometric function sin for the given - valuenumber expressed in radians.- Examples - >>> data = otp.Tick(A=1) >>> data['SIN'] = otp.math.sin(otp.math.pi() / 6) >>> otp.run(data) Time A SIN 0 2003-12-01 1 0.5 - See also