|
|
|
|
|
by aquadrop
3128 days ago
|
|
You might need to work with fractions of "atomic values" to get the desired level of accuracy. So you have to store not logical cents, but 1/100th of cents or something like that. Much easier and straightforward just use decimal-like type. |
|