Closed daeisbae closed 3 months ago
Double value rounds to integer, which should be double. Issue found after #90 fixed after #91
./AParser >>> 11 + 1.3333 12 >>> 11.3333 + 1 12
Issue solve in #93.
Problem
Double value rounds to integer, which should be double. Issue found after #90 fixed after #91
Demo