computes the square root of its argument
This function calls the sqrt-function of the C library.
| std::exp | computes the exponential function of its argument | 
| std::ln | computes the logarithm to the base e | 
| std::pow | computes the power of its first argument to the second argument |