How to generate a square root table
Well that headline looks weird. I mean. You click √ on your calculator. Or you type Math.sqrt() or something similar. But what if you’re writing code on ancient low spec systems and there’s just no way you can take the time to actually calculate the square root? And even generating a lookup table somewhere else and importing it into the system is a pain due to storage space requirements.
Atari · English · Math · Retro · Uncategorized
3 minutes