Square Roots?
askobac
Posts: 1
Is there a way to do square roots on the javelin stamp without getting one of the floating point coprocessor chips?
Comments
that returns the root of x in I.F format in an integer,
meaning the top 8 bits contain the integer value and the lower
8 bits contain the fraction, eg. usqrt(x) = I + F/256
regards peter