golang-tutorials
golang-tutorials copied to clipboard
Numeric operations using float
I think it is worth to show differences on operations using integers and floats. Many may wonder why arithmetic result from res1 is 40 and not 40.5.