Solve x! = 10 for x.
Definition :
For integer x > 1, x! = x(x-1)(x-2)...1
For non-integer x > 1, x! = x(x-1)(x-2)...(x-[x]+1)
where [x] is the integral part of x.
e.g. : 4.12! = 4.12 x 3.12 x 2.12 x 1.12 = 30.52148736
(Please show clear steps.
The best result is to find the exact value of x.
Numerical methods are also welcomed and please give your
answer up to 8 d.p. Try not to use bisection method.)