Skip to main content

coth

Function coth 

Source
pub fn coth<T: CordicNumber>(x: T) -> Result<T>
Expand description

Hyperbolic cotangent. Domain: x ≠ 0.

§Errors

Returns DomainError if x = 0.