Class MathUtil


  • public class MathUtil
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      MathUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static long floorDiv​(long n, long d, long[] rem)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MathUtil

        public MathUtil()
    • Method Detail

      • floorDiv

        public static long floorDiv​(long n,
                                    long d,
                                    long[] rem)