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
Real number math made real in Solidity with Posits. Posits are a new floating radix number type which offer superior performance and precision characteristics to floats. Especially useful in environments with no floating point hardware acceleration.
Allow better math of the real numbers in solidity. This is a work in progress and is not yet ready for production use.
Development
This project uses Foundry. See the book for instructions on how to install and use Foundry.
About
Real number math made real in Solidity with Posits. Posits are a new floating radix number type which offer superior performance and precision characteristics to floats. Especially useful in environments with no floating point hardware acceleration.