Floats

Let's take a look at another numerical data type in Reason.

We'll cover the following...

Definition

The float data type contains positive and negative decimal numbers.

Floats behave very similar to integers, but their ...