sctchoi / gail

Automatically exported from code.google.com/p/gail
1 stars 0 forks source link

integral_g: Change range from [0,1] to [a,b] #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

integral_g currently integrates on unit interval [0,1]. We want to extend it to 
a general interval [a,b]. The current APIs have to be extended with two 
additional type double parameters a and b with default values 0 and 1, 
respectively. 

Original issue reported on code.google.com by sou.chen...@gmail.com on 21 Sep 2013 at 3:01

GoogleCodeExporter commented 9 years ago

Original comment by sou.chen...@gmail.com on 27 Sep 2013 at 4:25

GoogleCodeExporter commented 9 years ago

Suggested steps:

(Step 1) Extend the code to handle a and b 

(Step 2) all doc tests and unit tests for INTEGRAL_G pass 

(Step 3) Add a new unit test or doc test for INTEGRAL_G that uses the new 
parameters a and b. 

(Step 4) Add documentation for this new interface 

(Step 5) Check in code. 

(Step 6) Edit this ticket by noting the code check-in date and/or version 
number. Change the "Status" from "Accepted" to "Fixed".

Original comment by sou.chen...@gmail.com on 27 Sep 2013 at 4:43

sctchoi commented 9 years ago

This was done in GAIL 1.3.