Search:

Type: Posts; User: Valen007

Search: Search took 0.07 seconds.

  1. [SOLVED] Re: Help with understanding the following commented codes!

    Hello.

    'Output' is the result. Here we have summation of elements that approximate PI/4.These series approximate Pi/4 with sum of elements with alternating signs.


    If 'positive' is true then...
  2. Replies
    1
    Views
    2,606

    Re: About the ackermann function...

    Hello, gonfreecks.
    Ackerman function requires a lot of recursion.

    Once a function goes too deeply in its recursion a java.lang.StackOverflowError occurs.
    On my machine (Windows XP, 1 GB of...
Results 1 to 2 of 2