blob: c1b77345a065de50b5207a4f4a47d04d7011b05e [file] [log] [blame]
def complex(real, imag=0.0):
return magic(r=real, i=imag)