Finds the value that minimizes of the given function using the Newton-Raphson method.
The function to minimize
The starting point for the search
The maximum number of iterations to perform for the search
The value that minimizes the function
Finds the value that minimizes of the given function using the Newton-Raphson method.