sinh function

VARP sinh(
  1. VARP x
)

Implementation

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