https://github.com/ready-steady/lagrange
Algorithm for working with multivariate Lagrange polynomials
https://github.com/ready-steady/lagrange
lagrange polynomial
Last synced: over 1 year ago
JSON representation
Algorithm for working with multivariate Lagrange polynomials
- Host: GitHub
- URL: https://github.com/ready-steady/lagrange
- Owner: ready-steady
- License: mit
- Created: 2016-01-16T14:06:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-11-26T08:24:01.000Z (over 8 years ago)
- Last Synced: 2025-01-05T01:40:37.403Z (over 1 year ago)
- Topics: lagrange, polynomial
- Language: Go
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Lagrange [![Status][status-img]][status-url]
The package provides algorithms for working with multivariate [Lagrange
polynomials][1].
## [Documentation][doc]
## Contributing
1. Fork the project.
2. Implement your idea.
3. Create a pull request.
[1]: https://en.wikipedia.org/wiki/Lagrange_polynomial
[doc]: https://godoc.org/github.com/ready-steady/lagrange
[status-img]: https://travis-ci.org/ready-steady/lagrange.svg?branch=master
[status-url]: https://travis-ci.org/ready-steady/lagrange