0460. What if I need more precision?

 

There are two additional data types available (or more, depending on the machine):

 

Double, as the name implies, was double the amount of bits allocated to it (64-bits)

Long double has twice the amount of bits of a double allocated to it (128-bits)