new ComplexDecimal(re, imopt)
A complex number with components stored as Decimal objects.
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
re |
Decimal | ||
im |
Decimal |
<optional> |
Properties:
| Name | Type | Description |
|---|---|---|
re |
Decimal | The real part. |
im |
Decimal | The imaginary part. |