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

1 line
432 B
JavaScript
Raw Normal View History

2016-05-10 15:03:32 -04:00
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."]]});