Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sgreben committed Dec 6, 2023
1 parent 4258271 commit da1e55c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# piecewiselinear

[![](https://godoc.org/github.com/sgreben/piecewiselinear?status.svg)](http://godoc.org/github.com/sgreben/piecewiselinear) [![](https://goreportcard.com/badge/github.com/sgreben/piecewiselinear/goreportcard)](https://goreportcard.com/report/github.com/sgreben/piecewiselinear) [![gocover.io](https://gocover.io/_badge/github.com/sgreben/piecewiselinear)](https://gocover.io/github.com/sgreben/piecewiselinear) [![Build](https://github.com/sgreben/piecewiselinear/workflows/Build/badge.svg)](https://github.com/sgreben/piecewiselinear/actions?query=workflow%3ABuild)
[![](https://godoc.org/github.com/sgreben/piecewiselinear?status.svg)](http://godoc.org/github.com/sgreben/piecewiselinear) [![](https://goreportcard.com/badge/github.com/sgreben/piecewiselinear)](https://goreportcard.com/report/github.com/sgreben/piecewiselinear)

A tiny library for linear interpolation. `O(log(N))` per evaluation for `N` control points.

Expand Down

0 comments on commit da1e55c

Please sign in to comment.