科迪

Problem 2908. Approximation of Pi

    Pi (divided by 4) can be approximated by the following infinite series:

    pi/4 = 1 - 1/3 + 1/5 - 1/7 + ...

    For a given number of terms (n), return the difference between the actual value of pi and this approximation of the constant.

    Also, tryProblem 2909, a slightly harder variant of this problem.

    Solution Stats

    34.7% Correct | 65.3% Incorrect
    LastSolution子mitted on Jul 27, 2020

    Problem Comments

    Problem Recent Solvers237

    Suggested Problems

    More from this Author139