tanh function

VARP tanh(
  1. VARP x
)

Implementation

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