The function x^3 + 4 * x^2 -10 has a real root in [0,3]. Write an R function to carry out the bisection algorithm, and use it to find an interval of width no greater than 0.05 that contains this root. Then use the "uniroot" function in R to find the root of the same function on the same interval.