From 96aeb8d597527f96663024c7c3a4a0744002a744 Mon Sep 17 00:00:00 2001 From: Matthew McDermott Date: Sun, 20 Mar 2016 11:05:47 -0700 Subject: [PATCH] Removing test code. --- testFast.js | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 testFast.js diff --git a/testFast.js b/testFast.js deleted file mode 100644 index 9eeaa2b..0000000 --- a/testFast.js +++ /dev/null @@ -1,9 +0,0 @@ -var Finance = require('./finance.js') - -var finance = new Finance(); - -for (var i = 0; i < 50000; i++) { - finance.IRR(-500000, 200000, 300000, 200000) -} - -console.log(finance.IRR(-500000, 200000, 300000, 200000))