I'm having a hard time doing a calculation.

I have two ascii numbers "10" and "4715"
which represent the left and right side of "10.4715"

i need to convert this to decimal and divide this result by 60, which should give a result of 0.174525

Any ideas on how to approach this?
I can probably drop the 4th digit of precision on the decimal if need be.