19if (!function_exists(__NAMESPACE__ .
'\\conjugate')) {
20 function conjugate($complex): Complex
22 $complex = Complex::validateComplexArgument($complex);
26 -1 * $complex->getImaginary(),
An exception for terminatinating execution or to throw for unit testing.