Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

atanh

Calculates inverse hyperbolic tangent: atanh(a) = ln((1+a)/(1-a)) / 2

Requires -1 < a < 1.

Fully qualified path: cairo_fp::f64::math::hyp::atanh

fn atanh(a: Fixed) -> Fixed