Skip to content

Spline more!

Compare
Choose a tag to compare
@HugoGranstrom HugoGranstrom released this 29 Oct 17:25
· 221 commits to master since this release
01f9844

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:
.* -> *.
.*= -> *.=
./ -> /.
./= -> /.=