You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your code, it's working perfectly.
In my project I have to interpolate monotonic key points and simple (natural) cubic interpolation sometimes gives non monotonic solution.
I've found the algorithm on Wikipedia with JS example code.
Would it be possible to improve the library with this option (:monotonic=>:boolean)?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi,
Thank you for your code, it's working perfectly.
In my project I have to interpolate monotonic key points and simple (natural) cubic interpolation sometimes gives non monotonic solution.
I've found the algorithm on Wikipedia with JS example code.
Would it be possible to improve the library with this option (:monotonic=>:boolean)?
Thanks in advance!
The text was updated successfully, but these errors were encountered: