You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement a precise nth root function for all calculations of votes_minted such as this one (Also lines 69, 154, and 235).
The text was updated successfully, but these errors were encountered:
andytudhope
changed the title
Implement SQRT with precision decimals in Vyper Contract
Implement nth root with precision decimals in Vyper Contract
Mar 20, 2019
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).The text was updated successfully, but these errors were encountered: