arccos function

VARP arccos(
  1. VARP x
)

Implementation

VARP arccos(VARP x) => F.acos(x);