sqrt - compute the square root of a non-negative number
number sqrt -> double
4 sqrt -> 2.0
sqrt computes the the square root of a number.
If the value is negative, a RangeCheck error is raised.
/home/abuild/rpmbuild/BUILD/nest-2.20.git/sli/slimath.cc