20if (!function_exists(__NAMESPACE__ .
'\\coth')) {
21 function coth($complex): Complex
23 $complex = Complex::validateComplexArgument($complex);
24 return inverse(tanh($complex));
An exception for terminatinating execution or to throw for unit testing.