I want to divide one real number variable by another and assign the result to another variable. I always get an overflow error. I would like the answer to be rounded to the nearest thousanths. How can I declare these variables to make it work?
Ex. vari1 = vari2 / vari3