pub fn tanh(x: &DBig, precision: usize) -> OxiNumResult<DBig>
Compute tanh(x) = sinh(x) / cosh(x).
tanh(x) = sinh(x) / cosh(x)