PDA

View Full Version : How to increase Precision in floating point arithematic


C++
08-18-2009, 06:53 AM
Hi there all, Could someone please tell me how I could increase my precision for floating point arithematic? My requirement is that I add a very small value of the order 10^-7 with a relatively big value, say 36.63 and then I want multiply it with 10^7. The problem Im facing using float nos alone...