Why is `0.0` a `Double` (64-bit), but `0` is an `I...
# getting-started
b
Why is
0.0
a
Double
(64-bit), but
0
is an
Int
(32-bit)?