JAVA: An Introduction

Signed 16-bit integer ( to ) int Signed 32-bit integer ( to ) long Signed 64-bit integer ( to ) float ... absolute value and numeric operations including exponential, logarithm, square root and trigonometric functions. Any numeric type: Math.abs(number) Math.max(number1,number2) Math.min(number1,number2) ... ................
................