otp.math.pi# pi()[source]# Returns the value of Pi number. Return type Operation Examples >>> data = otp.Tick(A=1) >>> data['PI'] = otp.math.pi() >>> data.to_df() Time A PI 0 2003-12-01 1 3.141593