Eli5: how do machines calculate the value of root of numbers that aren’t perfect squares. 365 viewsDecember 31, 2023 Question100.55K September 25, 2023 0 Comments Eli5: how do machines calculate the value of root of numbers that aren’t perfect squares. In: 70 7 Answers ActiveNewestOldest Anonymous Posted September 25, 2023 0 Comments One method electronic computers have used to speed up calculations of roots and powers is using logarithmic lookup tables and logarithmic arithmetic to calculate powers. If you want to calculate sqrt(x), you can do this. sqrt(x) = x^(1/2) = e^(1/2 * ln(x)) You are viewing 1 out of 7 answers, click here to view all answers. Register or Login
Latest Answers