Get first digits of a very large quotient

40 Views Asked by At

Is there a method to get the first $n$ digits of a quotient (ex. a thousand digit number divided by a 5 digit number) without dividing all the way through? I suppose long division until $n$ digits are produced will work, but that is not very elegant.