Recollections
Recollections copied to clipboard
Implement nth root with precision decimals in Vyper Contract
Use the amazing library here as inspiration for a more general nth root calculation: https://github.com/LimeChain/bonding_mathematics/blob/master/contracts/Math/SQRT_HFP.py
Implement a precise nth root function for all calculations of votes_minted
such as this one (Also lines 69, 154, and 235).
Hi @andytudhope, I am going to try implementing newton nth root on vyper. Where I can write to you personally ?
andy[at]status[dot]im 👍