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_simulation_Numerical Integration #231

Open sridhar1ga opened 5 years ago

sridhar1ga commented 5 years ago

As per the graph visualization the code must iterate b-a times starting from a+1 to b , but according to the given code in step execution the code is iterating b-a+1 times starting from a to b

let a=3,b=5

then in first iteration bug2(1)

and in second iteration bug2(2)

and there is no another iteration which is to be happened according to the code

sridhar1ga commented 5 years ago

issue resolved commit id - 9202e0d

bmkgupta commented 5 years ago

issue resolved commit id: 9a30959

bmkgupta commented 5 years ago

issue fixed commit id: 495792c