Closed Derenash closed 2 years ago
F64 removes 0s after comma before calculations are made 1.05 + 1.05 = 3.0
1.05 + 1.05 = 3.0
Steps to reproduce the behavior:
The program should print 2.1, not 3.0
F64.neg(10) returns -0.4375 F64.neg(1) returns -4.0
F64.neg(10) returns -0.4375
F64.neg(1) returns -4.0
Closed because the repository now only contains the code for the Kind2 language.
Describe the bug
F64 removes 0s after comma before calculations are made
1.05 + 1.05 = 3.0
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The program should print 2.1, not 3.0
Environment (please complete the following information):
Additional context
F64.neg(10) returns -0.4375
F64.neg(1) returns -4.0