Closed Slava0135 closed 1 month ago
For negative numbers operation returns wrong results (compared to C#).
100 * -1 % -91 == 82
C# results:
100 * -1 % -91 == -9
./bin/neo-go vm
loadbase64 AGQA/wClpQ==
run
Current Behavior
For negative numbers operation returns wrong results (compared to C#).
Expected Behavior
C# results:
Possible Solution
Steps to Reproduce
./bin/neo-go vm
loadbase64 AGQA/wClpQ==
run
Your Environment