sqrt function template — Computes square root
template<typename T> valarray<T> sqrt(const valarray<T>& a);
The sqrt function computes the square root of the elements of a.
sqrt
a
sqrt in <cmath>
<cmath>