Use Newton's method formula to find the fixed point of f(x)= 2 - x^3/19

Newtons method formula: Xn+1= Xn - h(Xn)/h'(Xn)
Enter the specific formula below for this problem. Use x in place of Xn in the formula.