language? i'm using C++ if that's what you mean? it's when i do something like this:
0.50 - 0.15, i get more than two decimals which is annoying for the program i try to write.
Okay then since your using C++ you should investigate the functions prototyped in the <iomanip> header file. For example setw(), fixed, and showpoint().