Find absolute value of float, int, double and long using Math.abs
Find ceiling value of a number using Math.ceil
Find exponential value of a number using Math.exp
Find floor value of a number using Math.floor
Find maximum of two numbers using Math.max
Find minimum of two numbers using Math.min
Find natural logarithm value of a number using Math.log
Find power using Math.pow
Find square root of a number using Math.sqrt
Generate random numbers using Math.random
Round Java float and double numbers using Math.round
Copyright 2005-2008 java-examples.com
Java Language Fundamentals | Commonly Used Java Classes | Wrapper Classes And Other Classes Of java.lang Package | File And IO | Java Collections And Data Structures ( java.util package )