You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I'm studying fixed point arithmetic and this FixPointCS is excellent material.
My question is, what is RcpPolyXX approximate? 1/x or 1/(x + 1)?
In Div() method, it used with one subtracted value from original value, like int res = FixedUtil.RcpPoly6(n - ONE);, not FixedUtil.RcpPoly(n) so it is quite confusing.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Hi. I'm studying fixed point arithmetic and this FixPointCS is excellent material.
My question is, what is
RcpPolyXX
approximate?1/x
or1/(x + 1)
?In
Div()
method, it used with one subtracted value from original value, likeint res = FixedUtil.RcpPoly6(n - ONE);
, notFixedUtil.RcpPoly(n)
so it is quite confusing.The text was updated successfully, but these errors were encountered: