User Profile

Collapse

Profile Sidebar

Collapse
orgnlmrwiggles
orgnlmrwiggles
Last Activity: Oct 5 '12, 04:43 AM
Joined: Oct 5 '12
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • orgnlmrwiggles
    replied to Combining multiple lines?
    in Perl
    I believe:
    /n = same line
    end= = next time

    I could be wrong, I have only been in this class one week.
    See more | Go to post

    Leave a comment:


  • sigma formula, issues with exponents or structure?

    I have been working on this; It is a formula for estimating pi.

    My problem is that I am getting values no where near 3.14; all of my pi results are even coming out negative, and around -.000003, etc..

    Can you see where i made my mistake in the structure of the math?

    The formula is as follows:

    Sigma from K=0 > inf.
    2( -1^k ) * 3^[ (1/2) - k ]
    /
    2(k)+1


    Code:
     
    for
    ...
    See more | Go to post
    Last edited by orgnlmrwiggles; Oct 5 '12, 03:59 AM. Reason: Added that it is a sigma, series problem
No activity results to display
Show More
Working...