pumpkin/ramp/ll/addsub/sidebar-items.js
2016-05-10 15:03:32 -04:00

1 line
No EOL
432 B
JavaScript

initSidebarItems({"fn":[["add",""],["add_1",""],["add_n","Adds the `n` least signficant limbs of `xp` and `yp`, storing the result in {wp, n}. If there was a carry, it is returned."],["decr",""],["incr",""],["sub",""],["sub_1",""],["sub_n","Subtracts the `n` least signficant limbs of `yp` from `xp`, storing the result in {wp, n}. If there was a borrow from a higher-limb (i.e., the result would be negative), it is returned."]]});