new exports(reopt, imopt)
Create a new instance of the Complex class.
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
re |
number |
<optional> |
0 | The real part of the complex number. |
im |
number |
<optional> |
0 | The imaginary part of the complex number. |
- Source: