-
Notifications
You must be signed in to change notification settings - Fork 279
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
[suggestion] Expand Multiply
expression to more types
#2543
Comments
Research how Ethereum does it. |
That's what the Solidity docs say:
Although modern Solidity has a way to bring back unchecked operations we aren't interested in that. And some docs about
So this is like panicking in our case |
Options we have:
|
What's the use case for leaving multiply @Arjentix? To me it seems that we are guaranteed both precision loss and overcomplicate expressions. |
@appetrosyan , in my opinion, we should remove not only |
Expand functionality of expression to handle complex arithmetic. Need conversion methods. Must create epic |
Closed in favor of #2905. |
Feature request
@appetrosyan suggested here to impl
Multiply
expression for more than justU32
Motivation
More types
Multiply
supports -- the more flexible this instruction isWho can help?
@appetrosyan
The text was updated successfully, but these errors were encountered: