PDA

View Full Version : math problems - large numbers



Tomasm
- 16th February 2004, 08:48
Hi, I have to calculate with numbers with 6 digits(dec):

y = 83234 `y can be every integer between 0 and 99999

x = (y * 5) / 3

The result (x) must also have 6 digits. Can I solve this problem with the floating point routines from Microchip?

Does anyone has another Idea?