I need to solve the following equation in C:
a + ln(a) = x
I know the value of x and I need to find the value of 'a' that satisfies this equation. Can anyone suggest an efficient method for solving this equation. May be Newton Raphson, or anything more efficient ?