Y
Hacker News
new
|
ask
|
show
|
jobs
by
_s
4024 days ago
Isn't Double just a bigger floating point number?
1 comments
addandsubtract
4023 days ago
Right. A double has twice the precision of a float (hence the name). It's also the default floating point data type in Swift.
link