public class MathUtils extends Object
static long
factorial(long number)
static int
getLCM(List<Integer> list)
random(int start, int end)
static double
randomDouble(int start, int end)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static int getLCM(List<Integer> list)
list
public static int random(int start, int end)
start
end
public static double randomDouble(int start, int end)
public static long factorial(long number)
Copyright © 2022. All rights reserved.