virtual-labs-archive / data-structures-iiith

This repository contains sources to Data Structures Lab IIITH.
https://cse01-iiith.vlabs.ac.in/
Other
1 stars 73 forks source link

Floating point accuracy issue in expression tree evaluation #124

Open sumba101 opened 5 years ago

sumba101 commented 5 years ago

Issue

floating point accuracy error in the calculated value produced in the expression tree simulation

Reproduction

click the link below http://cse01-iiith.vlabs.ac.in/exp6/Simulation.html?domain=Computer%20Science&lab=Data%20Structures# provide input similar to the below pictures screenshot from 2019-03-05 23-22-33 screenshot from 2019-03-05 23-21-45 screenshot from 2019-03-05 23-21-20

appropriate correction must be made

sumba101 commented 5 years ago

working on solution for this, please do not attempt