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