arctanh function

VARP arctanh(
  1. VARP x
)

Implementation

VARP arctanh(VARP x) => F.atanh(x);