package
3.0.1
Repository: https://github.com/soniakeys/meeus.git
Documentation: pkg.go.dev

# Functions

Lagrange performs interpolation with unequally-spaced abscissae.
LagrangePoly uses the formula of Lagrange to produce an interpolating polynomial.
Len3ForInterpolateX is a special purpose Len3 constructor.
Len4Half interpolates a center value from a table of four rows.
NewLen3 prepares a Len3 object from a table of three rows of x and y values.
NewLen5 prepares a Len5 object from a table of five rows of x and y values.

# Variables

Error values returned by functions and methods in this package.
Error values returned by functions and methods in this package.
Error values returned by functions and methods in this package.
Error values returned by functions and methods in this package.
Error values returned by functions and methods in this package.
Error values returned by functions and methods in this package.
Error values returned by functions and methods in this package.
Error values returned by functions and methods in this package.
Error values returned by functions and methods in this package.
Error values returned by functions and methods in this package.

# Structs

Len3 allows second difference interpolation.
Len5 allows fourth difference interpolation.