Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement nth root with precision decimals in Vyper Contract #13

Open
andytudhope opened this issue Mar 18, 2019 · 2 comments
Open

Implement nth root with precision decimals in Vyper Contract #13

andytudhope opened this issue Mar 18, 2019 · 2 comments

Comments

@andytudhope
Copy link
Owner

andytudhope commented Mar 18, 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).

@andytudhope andytudhope changed the title Implement SQRT with precision decimals in Vyper Contract Implement nth root with precision decimals in Vyper Contract Mar 20, 2019
@bakasura980
Copy link
Contributor

bakasura980 commented Mar 28, 2019

Hi @andytudhope, I am going to try implementing newton nth root on vyper. Where I can write to you personally ?

@andytudhope
Copy link
Owner Author

andy[at]status[dot]im 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants