pumpkin/ramp/ll/div/sidebar-items.js

1 line
345 B
JavaScript
Raw Permalink Normal View History

2016-05-10 15:03:32 -04:00
initSidebarItems({"fn":[["divrem","Divides {np, ns} by {dp, ds}. If ns <= ds, the quotient is stored in {qp, 1}, otherwise the quotient is stored to {qp, (ns - ds) + 1}. The remainder is always stored to {rp, ds}."],["divrem_1","Divides the `xs` least-significant limbs at `xp` by `d`, storing the result in {qp, qxn + xs}."],["divrem_2",""]]});