loom-benchmark-mbpp / 124 /solution /_reference.py
sqy201x's picture
Add files using upload-large-folder tool
6c62356 verified
Raw
History Blame Contribute Delete
106 Bytes
import math
import cmath
def angle_complex(a,b):
cn=complex(a,b)
angle=cmath.phase(a+b)
return angle