complex_numbers_product
autogen.agentchat.contrib.captainagent.tools.math.complex_numbers_product.complex_numbers_product
complex_numbers_product
Calculates the product of a list of complex numbers.
Parameters:Name | Description |
---|---|
complex_numbers | A list of dictionaries representing complex numbers. Each dictionary should have ‘real’ and ‘imag’ keys representing the real and imaginary parts of the complex number. |