Package gov.fnal.eag.healpix

Examples of gov.fnal.eag.healpix.BitManipulation.MODULO()


    b = 5.0;
    mod = bm.MODULO(a,b);
    System.out.println("a="+a+" b="+b+" mod="+mod);
    a = 1.0;
    b = 4.0;
    mod = bm.MODULO(a,b);
    System.out.println("a="+a+" b="+b+" mod="+mod);
  }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.