Swift's built-in numeric types are:
Word-sized (architecture-dependent) signed Int and unsigned UInt.
Fixed-size signed integers Int8, Int16, Int32, Int64, and unsigned integers UInt8, UInt16, UInt32, UInt64.
Floating-point types Float32/Float, Float64/Double, and Float80 (x86-only).
Literal...