sin function

VARP sin(
  1. VARP x
)

Implementation

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