How to use the Math class

import java.lang.math;

round(float or double)

pow(number, power)

sqrt(number)

max(a,b)

min(a,b)

random()