serve/vendor/markbaker/complex/classes/src/functionscoth.php

Function code for the complex coth() function

Functions

coth()

coth(\Complex\Complex|mixed  $complex) : \Complex\Complex

Returns the hyperbolic cotangent of a complex number.

Parameters

\Complex\Complex|mixed $complex

Complex number or a numeric value.

Throws

\Complex\Exception

If argument isn't a valid real or complex number.

\InvalidArgumentException

If function would result in a division by zero

Returns

\Complex\Complex —

The hyperbolic cotangent of the complex argument.