Skip to Content
HOME
FUNDAMENTALS
COMMON
JAVA.LANG
FILE IO
COLLECTIONS
APPLETS & AWT
MISC
SWING
Home
»
Wrapper Classes And Other Classes Of java.lang Package
» Math Class
Math Class
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 Int Within Given Range Example
Generate random numbers using Math.random
Round Java float and double numbers using Math.round
Receive Latest Java examples in your email
:
Related Java Examples
Round Java float and double numbers using Math.round
Find floor value of a number using Math.floor
Find ceiling value of a number using Math.ceil
Find maximum of two numbers using Math.max
Find exponential value of a number using Math.exp
Find power using Math.pow
Find minimum of two numbers using Math.min
Find natural logarithm value of a number using Math.log
View the discussion thread.
Advertisements
Search
Search this site:
Download FREE Books
Oracle Magazine
ASP.Net eBook
JavaScript Anthology
Simply SQL
Recently Added Examples
Java StringBuffer setLength Example
StringBuffer To byte Array Java Example
StringBuffer To File Java Example
Java StringBuffer append new line example
Java StringBuffer to InputStream Example
StringBuffer Reset Java Example
StringBuffer toString Java Example
StringBuffer Trim Java Example
Java Convert int Array To String Example
Java Reverse String Array Example
Random Java Examples
Add or substract seconds to current time using Java Calendar
Get Sub Set from Java TreeSet example
Convert java Boolean object to String object Example
Convert Java String to Double example
Convert java double to Double object Example
Java ArrayList Example
Java static member variable example
Arithmetic Operators Example
Compare date time using after method of Java Calendar
Formatting year using SimpleDateFormat
Become a Facebook Fan