From 7611338bef3050dc5f83eaad508fdf7df9f29424 Mon Sep 17 00:00:00 2001 From: Jason Nielsen Date: Sat, 3 Oct 2020 18:33:23 -0400 Subject: [PATCH] Added package dual (#1654) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 447156b..d3f6970 100644 --- a/packages.json +++ b/packages.json @@ -19693,5 +19693,17 @@ "license": "MIT", "web": "https://github.com/hlaaftana/marggers", "doc": "https://hlaaftana.github.io/marggers/marggers.html" + }, + { + "name": "dual", + "url": "https://github.com/drjdn/nim_dual", + "method": "git", + "tags": [ + "math", + "library" + ], + "description": "Implementation of dual numbers", + "license": "MIT", + "web": "https://github.com/drjdn/nim_dual" } ]