Formats a complex number into a human-readable string.
The complex number to format.
The number of decimal places for the real and imaginary parts. Defaults to 3.
A formatted string representation (e.g., "3.000 - 4.000i").
Formats a complex number into a human-readable string.