Package com.nr.fi

Examples of com.nr.fi.Midsqu


    // Test midsqu
    System.out.println("Testing midsqu");

    a=0.5;
    b=1.0;
    Midsqu midsqu = new Midsqu(this,a,b);
    s=qromo(midsqu);

//    System.out.printf(s << endl;

    System.out.printf("midsqu: Maximum discrepancy = %f\n", abs(s-PI/2.0));
View Full Code Here

TOP

Related Classes of com.nr.fi.Midsqu

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.