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.
/builddir/build/BUILD/nest-simulator-3.3/nest-simulator-3.3/sli/slimath.cc