tan function

VARP tan(
  1. VARP x
)

Implementation

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