We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@thedavidmeister has implemented a new math and number library for rainlang
This means that stack values aren't integers anymore, but are actually packed floats
We need complementary rust code that will help us unpack and format stack values for use in the charts and debug table in the app
https://github.com/rainlanguage/rain.math.float/blob/34801621f7a0e3c6151d693eadb1677c7b8b8995/src/lib/LibDecimalFloat.sol#L268
The text was updated successfully, but these errors were encountered:
@hardyjosh is this still the plan? or have we moved to having rust simply hand off to an evm for float math?
Sorry, something went wrong.
No branches or pull requests
@thedavidmeister has implemented a new math and number library for rainlang
This means that stack values aren't integers anymore, but are actually packed floats
We need complementary rust code that will help us unpack and format stack values for use in the charts and debug table in the app
https://github.com/rainlanguage/rain.math.float/blob/34801621f7a0e3c6151d693eadb1677c7b8b8995/src/lib/LibDecimalFloat.sol#L268
The text was updated successfully, but these errors were encountered: