<div style="color:black;font: 10pt Arial, Helvetica, sans-serif;">
<div><font size="2">I've always been under the impression that [sqrt~] was more precise than [q8_sqrt~]</font></div>

<div><font size="2">The help file seems to reflect this. (saying sqrt~ is 20 bits accuracy, but q8_sqrt~ is only 8)<br>
</font></div>

<div><font size="2">However, the source in d_math.c seems to indicate that they are actually the same class/perform method:<br>
</font></div>

<div><font size="2"><br>
</font></div>

<div>sigsqrt_class = class_new(gensym("sqrt~"), (t_newmethod)sigsqrt_new, 0,
        sizeof(t_sigsqrt), 0, 0);</div>

<div>class_addcreator(sigsqrt_new, gensym("q8_sqrt~"), 0);</div>

<div><br>
</div>

<div><font size="2">am I missing something, or is the documentation incorrect about them being different?</font><br>
</div>
</div>