arccosh function

VARP arccosh(
  1. VARP x
)

Implementation

VARP arccosh(VARP x) => F.acosh(x);