maspack.util
Class RoundTest

java.lang.Object
  extended by maspack.util.RoundTest

public class RoundTest
extends java.lang.Object


Constructor Summary
RoundTest()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void test()
           
 void test125(int nmin, int nmax)
           
 void testPow2(int nmin, int nmax)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoundTest

public RoundTest()
Method Detail

test125

public void test125(int nmin,
                    int nmax)

testPow2

public void testPow2(int nmin,
                     int nmax)

test

public void test()

main

public static void main(java.lang.String[] args)