Syntactic sugar for new Complex(re, im)
new Complex(re, im)
The first input number
The second input number
Creates a complex number z = z.re + i * z.im
z = z.re + i * z.im
Generated using TypeDoc
Syntactic sugar for
new Complex(re, im)