Package org.mp4parser.tools
Class Mp4Math
java.lang.Object
org.mp4parser.tools.Mp4Math
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Mp4Math
public Mp4Math()
-
-
Method Details
-
gcd
public static long gcd(long a, long b) -
gcd
public static int gcd(int a, int b) -
lcm
public static long lcm(long a, long b) -
lcm
public static long lcm(long[] input) -
lcm
public static int lcm(int a, int b)
-