arctan function

VARP arctan(
  1. VARP x
)

Implementation

VARP arctan(VARP x) => F.atan(x);