From 765a6ea1b734693862ecb4a14782479792f5d4ab Mon Sep 17 00:00:00 2001 From: Sonia Hamilton Date: Mon, 10 Aug 2015 09:48:29 +1000 Subject: [PATCH] add evaler --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 08660467..7065d3fd 100644 --- a/README.md +++ b/README.md @@ -561,6 +561,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [blas](https://github.com/ziutek/blas) - Implementation of BLAS (Basic Linear Algebra Subprograms) * [chart](https://github.com/vdobler/chart) - Simple Chart Plotting library for Go. Supports many graphs types. +* [evaler](https://github.com/soniah/evaler) - A simple floating point arithmetic expression evaluator * [ewma](https://github.com/VividCortex/ewma) - Exponentially-weighted moving averages * [geom](https://github.com/skelterjohn/geom) - 2D geometry for golang * [go-fn](https://code.google.com/p/go-fn/) - Mathematical functions written in Go language, that are not covered by math pkg