?
2010-07-09 11:08:08 UTC
I have a simple question.
if I want to deal with numbers that do not exceed -1000 till +1000 (Not greater or less), and at the same time want to show decimal values as well, which data type should I use to not waste memory?
Currently I used Double, any suggestions?
Next question: How can I decrease the precision? Like I want 4 digits after decimal to be shown.
Example: instead of 141.81941304 I want to show 141.8194
Thanks in advance.