cosh function

VARP cosh(
  1. VARP x
)

Implementation

VARP cosh(VARP x) => F.cosh(x);