Versions in this module Expand all Collapse all v0 v0.0.2 Mar 27, 2022 v0.0.1 Mar 27, 2022 Changes in this version + var ErrInvalidData = errors.New("invalid data") + type Boundary uint8 + const Clamped + const Cyclic + const Natural + const NotAKnot + func (b Boundary) String() string + type CbSpline struct + func New(t, v []float64, b Boundary) (*CbSpline, error) + func (sp *CbSpline) At(t float64) float64