sqrt function

VARP sqrt(
  1. VARP x
)

Implementation

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