numerical-mathematics / extrapolation

Parallel extrapolation for ODEs
MIT License
6 stars 1 forks source link

Check if input with integers works #26

Open mcr222 opened 8 years ago

mcr222 commented 8 years ago

Check if giving as input integer values causes any problem in the solution (it was previously suggested that problems could happen). If so, solve issue (integers should be formatted to floats).

Code TODO comment (remove once issue is closed): IMPORTANT: all input parameters should be float types, this solver doesn't work properly if for example y0 is not a float but an int variable (i.e. 1 instead of 1.) TODO: add protection so that int inputs are formated to floats (and algorithm works)