virtual-labs-archive / computer-programming-responsive-iiith

This repository contains the responsive Computer Programming Lab IIITH
https://cse02-iiith.vlabs.ac.in
Other
1 stars 325 forks source link

Numerical Approximation_Numerical Integration #322

Open Ashish1751 opened 5 years ago

Ashish1751 commented 5 years ago

Defect Description: even if the difference between the arguments is less than 1 it is evaluating Steps_to_reproduce:1.Go to Numerical Approximation. 2.Click on Simulations.

  1. give a=0.5
  2. give b=1.4 Expected result: throw error message give valid inputs Actual result : getting evaluated Screenshot from 2019-03-17 16-13-20
KanishAnand commented 5 years ago

issue fixed commit id : https://github.com/virtual-labs/computer-programming-responsive-iiith/pull/467/commits/7bd80deb804457e2c005e48ed016c21a02b5a3da

DevikaBoddu commented 5 years ago

Valid fix: @KanishAnand