Carlos Gustavo Ruiz

2464 days ago

Float or double?

hownot2code.com

In scientific computation we use floating point numbers a lot. This article is a guide to picking the right floating point representation for you. In most programming languages there are two built-in precisions to pick from: 32-bit (single-precision) and 64-bit (double-precision).