Go to file
Sergii Piatakov 4ad40a3b45 fix truncation error
To convert float to integer the truncation is performed, but the
rounding is expected.

Test: Add (4.9, 4.9) should return 10.
Signed-off-by: Sergii Piatakov <sergii.piatakov@globallogic.com>
2018-11-15 15:28:04 +02:00
calculator.cpp fix truncation error 2018-11-15 15:28:04 +02:00
calculator.h formatting: use tabs instead of spaces 2018-11-15 15:26:35 +02:00