I remember reading issues about certain math operations and the type double
, but I forget when they would occur, or how I need to deal with them.
A "Bitcoin" is a float that has 8 decimal places. I'm assuming that I use they type double
with it, and not any other kind (decimal, etc). Is this correct?
What other issues should I consider as I write, debug, and test an application that uses 8 decimal points?