Given a decimal number, find the smallest integer multiplier that gives an integer result
- by Davorin
Best to use an example to describe the problem. Lets say I have a decimal value 100.227273.
100.227273 * X = Y
I need to find the smallest possible integer X that gives integer Y.