and then prints the value of F(n).
Remark : The prime number theorem (conjectured by Gauss, and
proved by Hadamard and de la Vallee Poussin in 1896) states that
F(n)/n * log(n) tends to 1 as n tends to infinity. You
can use your solution to test it.
Determine all solutions (accurate up to six decimal places) of the
equation 4* cos(x) = a*x, where a = 0.4xxx is a decimal
number (xxx represent the last three digits of your student id
number). Use either bisection or Newton's method. Describe in detail
the procedure you used to find the answer, enclose the programs and
the final result.