sqrt function

Expr sqrt(
  1. Expr x
)

Implementation

Expr sqrt(Expr x) => pow(x, ratFrom(1, 2));