fractions

  • Thread starter Thread starter Tom
  • Start date Start date
T

Tom

Hi all,
I looked for a function that will return a fraction from a number.
i.e input=a=190.38
output= b =0.38
I tried =a-int(b) it didnt work in some cases.

Thanks for your help,
Tom
 
Back
Top