Floating point numbers and their Java representation - part 3
Published by Kaustubh Saha on December 26th, 2018
Strict floating point precision
Java supports two types of decimal number representations - Single-precision floating-point format or 32 bit float and Double-precision floating-point format or 64 bit double format. Both these formats are IEEE 754 compl...