pub fn coth<T: CordicNumber>(x: T) -> Result<T>
Hyperbolic cotangent. Domain: x ≠ 0.
x ≠ 0
Returns DomainError if x = 0.
DomainError
x = 0