I
Retrieve the imaginary unit I = sqrt(-1) for use in complex number calculations.
Instructions
Get the imaginary unit.
Returns: The imaginary unit I = sqrt(-1).
Example: >>> I() I
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| imag | Yes | ||
| real | Yes |