complex_add
complex_addAdd two complex numbers by providing real and imaginary components for each number. This tool calculates the sum of complex values in mathematical operations.
Instructions
计算两个复数的和
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a_real | Yes | ||
| a_imag | Yes | ||
| b_real | Yes | ||
| b_imag | Yes |