sqrt method

Scalar sqrt()

Implementation

Scalar sqrt() {
  return Scalar(math.sqrt(val1), math.sqrt(val2), math.sqrt(val3), math.sqrt(val4));
}