From 8ff2a0b0a30b20dcc3861cb198f53bef6fd8f11a Mon Sep 17 00:00:00 2001 From: Hamid Bluri Date: Thu, 13 Oct 2022 18:13:49 +0330 Subject: [PATCH] Added package emath (#2383) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 79d19ca..95030e7 100644 --- a/packages.json +++ b/packages.json @@ -27716,5 +27716,21 @@ "description": "Simple DNS server for local development.", "license": "BSD-3-Clause", "web": "https://github.com/vandot/lodns" + }, + { + "name": "emath", + "url": "https://github.com/hamidb80/emath", + "method": "git", + "tags": [ + "math", + "expression", + "library", + "evaluator", + "ast", + "evaluation" + ], + "description": "math parser/evaluator library", + "license": "MIT", + "web": "https://github.com/hamidb80/emath" } ]