arcsinh function

VARP arcsinh(
  1. VARP x
)

Implementation

VARP arcsinh(VARP x) => F.asinh(x);