Refer to the help page for chs, for more information.
(The functions described in that help page are similar to these functions).
These functions (with a .eval suffix) evaluate cubic Hermite splines, and their derivatives and indefinite integrals, without using function objects, and with minimal error checking.
Alternatively, you can use function objects, which are likely to be more convenient, in most cases.
chs.eval
Evaluate cubic Hermite splines.
chs.deritivative.eval
Evaluate (exact) derivatives of cubic Hermite splines.
chs.integral.eval
Evaluate indefinite integrals of cubic Hermite splines.