You are viewing a single comment's thread. Return to all comments →
when i write tempAnswer = tempAnswer + (Math.pow(2,j)*b); it gives an error of loss of precision. Can you please explain me why is it so?
Java Loops II
You are viewing a single comment's thread. Return to all comments →
when i write tempAnswer = tempAnswer + (Math.pow(2,j)*b); it gives an error of loss of precision. Can you please explain me why is it so?