Spline more!
·
221 commits
to master
since this release
The interpolation module has been introduced with natural cubic splines. The cubic spline can be converted into both a normal proc but also procs that work well with the other parts of NumericalNim. More information can be found in the README.
There has also been a change of operators so that they follow common presedence rules:
.*
-> *.
.*=
-> *.=
./
-> /.
./=
-> /.=