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