Hacker News new | ask | show | jobs
by _s 4024 days ago
Isn't Double just a bigger floating point number?
1 comments

Right. A double has twice the precision of a float (hence the name). It's also the default floating point data type in Swift.