Comment on Show HN: Learn SwiftparentComments−_s11yIsn't Double just a bigger floating point number?−addandsubtract11yRight. A double has twice the precision of a float (hence the name). It's also the default floating point data type in Swift.
Comments
Isn't Double just a bigger floating point number?
Right. A double has twice the precision of a float (hence the name). It's also the default floating point data type in Swift.