Double, Floating-Point Numbers in Swift
Double-precision, Floating-point numbers are numbers that have fractional parts (usually expressed with a decimal point). You should use a floating-point type in Swift programs whenever you need a number with a decimal, such as 24.02 or 3.25.
Continue Reading