complex_subtract
complex_subtractSubtract two complex numbers by calculating the difference between their real and imaginary components. Enter the real and imaginary parts of both numbers to compute the result.
Instructions
计算两个复数的差
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a_real | Yes | ||
| a_imag | Yes | ||
| b_real | Yes | ||
| b_imag | Yes |