Changes

Jump to: navigation, search

Programming:Fast Square Root

77 bytes added, 01:03, 19 September 2007
/* Faster Again */
<pre>
SqrtA: CP 8 * 8
JR NC,ge8
CP 4 * 4
RET
</pre>
 
The average time for this routine, including CALL and RET is 26.9us.
 
[[Category:Programming]]
151
edits