From 736968ffe2dcf7caf5ed3728cd6d94112a77dfc1 Mon Sep 17 00:00:00 2001 From: ftsf Date: Tue, 30 Aug 2016 14:57:26 +1000 Subject: [PATCH] vector and matrix maths provided by basic2d/basic3d modules. --- Feature-suggestions.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Feature-suggestions.md b/Feature-suggestions.md index 551a5d6..88eb493 100644 --- a/Feature-suggestions.md +++ b/Feature-suggestions.md @@ -22,7 +22,9 @@ quickly). - echo automatically handle simple display of sequences (similar to repr) -- vector and matrix maths (or include a port of an existing library) +- vector and matrix maths (or include a port of an existing library) + - [basic2d](http://nim-lang.org/docs/basic2d.html) + - [basic3d](http://nim-lang.org/docs/basic3d.html) - include a do while loop (or equivalent)