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

1 line
No EOL
334 B
JavaScript

initSidebarItems({"fn":[["num_pow_limbs","Calculates the number of limbs required to store the result of taking `{xp, xn}` to the power of `exp`"],["pow","Takes `{ap, an}` to the power of `exp` and stores the result to `wp`. `wp` is assumed to have enough space to store the result (which can be calculated using `num_pow_limbs`"]]});