You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Qustion: Why is "apple" is 0.67000000000000004 intsted of 0.67?
11
+
// Qustion: Why is "apple" is 0.67000000000000004 instead of 0.67?
12
12
// Answer: Double cannot store the value 0.67 exactly. Swift uses (like many other languages) binary floating point numbers according to the IEEE 754 standard.
13
-
// This topic is not related with Algorithms, but you can play with .description and .debugDescription for making workarrounds
13
+
// This topic is not related to Algorithms, but you can play with .description and .debugDescription for making workarounds
0 commit comments