complex
Create a complex number by specifying its real and imaginary parts for mathematical computations.
Instructions
Create a complex number.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| imag | Yes | Imaginary part. | |
| real | Yes | Real part. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |