Double precision
Exponent 11 bits (instead of 8)
Mantissa 52 bits (instead of 23)
Still biased exponent and normalized numbers
Still 0 is represented by all zeroes
We can still have overflow (the exponent cannot handle super big numbers) and underflow (the exponent cannot handle super small numbers)