From 15df93a1a036ee86f772dd82e96645f18bb071ad Mon Sep 17 00:00:00 2001 From: Hayden Jones Date: Wed, 18 Sep 2024 04:54:34 -0400 Subject: [PATCH] Update README.md, added Poly to Science section (#5215) * Update README.md, added Poly to Science section * period --------- Co-authored-by: Phani Rithvij --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5495c1c0..5c1d1c11 100644 --- a/README.md +++ b/README.md @@ -2236,6 +2236,7 @@ _Libraries for scientific computing and data analyzing._ - [pagerank](https://github.com/alixaxel/pagerank) - Weighted PageRank algorithm implemented in Go. - [piecewiselinear](https://github.com/sgreben/piecewiselinear) - Tiny linear interpolation library. - [PiHex](https://github.com/claygod/PiHex) - Implementation of the "Bailey-Borwein-Plouffe" algorithm for the hexadecimal number Pi. +- [Poly](https://github.com/bebop/poly) - A Go package for engineering organisms. - [rootfinding](https://github.com/khezen/rootfinding) - root-finding algorithms library for finding roots of quadratic functions. - [sparse](https://github.com/james-bowman/sparse) - Go Sparse matrix formats for linear algebra supporting scientific and machine learning applications, compatible with gonum matrix libraries. - [stats](https://github.com/montanaflynn/stats) - Statistics package with common functions missing from the Golang standard library.