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
🧐 Motivation
Currently, there is no good fixed point math library out there and each project is rolling out their own library.
📝 Details
A signed (and unsigned) fixed point math library that allows for addition, subtraction, multiplication, division. In the future, a more advanced library that allows for exponents, ln, log, square root.
The text was updated successfully, but these errors were encountered:
Fixed point math support was part of our Q2 Roadmap, but development halted once the Solidity team recently decided they'd implement it natively, following pretty much the same design patterns we had explored.
This was about a month ago, but I don't know if there have been any recent updates. Discussion was happening in ethereum/solidity#409.
Once that feature is released, we'll likely want to build some libraries on top of it, perhaps including advanced operations like exponentiation and the like, but that depends on what the Solidity team delivers.
🧐 Motivation
Currently, there is no good fixed point math library out there and each project is rolling out their own library.
📝 Details
A signed (and unsigned) fixed point math library that allows for addition, subtraction, multiplication, division. In the future, a more advanced library that allows for exponents, ln, log, square root.
The text was updated successfully, but these errors were encountered: