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