sqrt abstract method

void sqrt()

Calculates sqrt for each element.

Element i is calculated with the formula:

x[i] = sqrt(x[i]);

Implementation

void sqrt();