Impl
Class PiSimple

java.lang.Object
  extended by Impl.PiSimple

public class PiSimple
extends java.lang.Object

Simple Pi calculation algorithm


Constructor Summary
PiSimple()
           
 
Method Summary
static double calc(double w, int j, int iterations)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PiSimple

public PiSimple()
Method Detail

calc

public static double calc(double w,
                          int j,
                          int iterations)