Nice - thanks for posting up!
I guess dividing by sqrt(ss*ss+cc*cc) would ensure that even after lots of iterations, you still kept the magnitude of the 2 numbers the same?
sqrt(ss*ss+cc*cc)
@Gordon started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Nice - thanks for posting up!
I guess dividing by
sqrt(ss*ss+cc*cc)
would ensure that even after lots of iterations, you still kept the magnitude of the 2 numbers the same?