remove gofrac (#2155)

This commit is contained in:
Cássio Botaro 2018-10-22 12:07:24 -03:00 committed by Felipe Oliveira
parent bad9c6d7df
commit 827cf0414f

View File

@ -1100,7 +1100,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [go.matrix](https://github.com/skelterjohn/go.matrix) - linear algebra for go (has been stalled). * [go.matrix](https://github.com/skelterjohn/go.matrix) - linear algebra for go (has been stalled).
* [gocomplex](https://github.com/varver/gocomplex) - Complex number library for the Go programming language. * [gocomplex](https://github.com/varver/gocomplex) - Complex number library for the Go programming language.
* [goent](https://github.com/kzahedi/goent) - GO Implementation of Entropy Measures * [goent](https://github.com/kzahedi/goent) - GO Implementation of Entropy Measures
* [gofrac](https://github.com/anschelsc/gofrac) - (goinstallable) fractions library for go with support for basic arithmetic.
* [gohistogram](https://github.com/VividCortex/gohistogram) - Approximate histograms for data streams. * [gohistogram](https://github.com/VividCortex/gohistogram) - Approximate histograms for data streams.
* [gonum/mat64](https://github.com/gonum/matrix) - The general purpose package for matrix computation. Package mat64 provides basic linear algebra operations for float64 matrices. * [gonum/mat64](https://github.com/gonum/matrix) - The general purpose package for matrix computation. Package mat64 provides basic linear algebra operations for float64 matrices.
* [gonum/plot](https://github.com/gonum/plot) - gonum/plot provides an API for building and drawing plots in Go. * [gonum/plot](https://github.com/gonum/plot) - gonum/plot provides an API for building and drawing plots in Go.