22if (!function_exists(__NAMESPACE__ .
'\\negative')) {
23 function negative($complex): Complex
25 $complex = Complex::validateComplexArgument($complex);
28 -1 * $complex->getReal(),
29 -1 * $complex->getImaginary(),
An exception for terminatinating execution or to throw for unit testing.