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
Fix stale precision and encodeLossless references in docs
Update terminology from precision to resolution and encodeLossless to
encode(value, true) across README.md, CLAUDE.md, copilot-instructions.md,
and index.html to match the current API after PR #92.
<divclass="api-item"><codeclass="api-fn">create(shift, targetBits)</code><spanclass="api-desc">Create a quantization scheme</span></div>
175
175
<divclass="api-item"><codeclass="api-fn">encode(value)</code><spanclass="api-desc">Floor-encode a value (reverts on overflow)</span></div>
176
-
<divclass="api-item"><codeclass="api-fn">encodeLossless(value)</code><spanclass="api-desc">Strict encode (reverts if value is not step-aligned)</span></div>
176
+
<divclass="api-item"><codeclass="api-fn">encode(value, true)</code><spanclass="api-desc">Strict encode (reverts if value is not step-aligned)</span></div>
0 commit comments