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