From 827cf0414feacb5625383d321152c23d01dab5b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A1ssio=20Botaro?= Date: Mon, 22 Oct 2018 12:07:24 -0300 Subject: [PATCH] remove gofrac (#2155) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index d197e121..44feb06d 100644 --- a/README.md +++ b/README.md @@ -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). * [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 -* [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. * [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.