<<< Cast between char and int | Index | The Math.round method >>> |
import java.lang.Math;
Common static methods of the Math class
round(floatOrDouble) pow(number, power) sqrt(number) max(a, b) min(a, b) random()
<<< Cast between char and int | Index | The Math.round method >>> |