A few more toDecimal() fixes

This commit is contained in:
Jeff Parsons 2017-02-14 17:55:41 -08:00 committed by Jeff Parsons
commit 3a33ffdd50
2 changed files with 44 additions and 28 deletions

View file

@ -140,6 +140,9 @@ for (let i = 0; i <= 12; i++) {
test("set 100");
test("div 3");
test("set 4001");
test("div -5");
repl.start({
prompt: "int36> ",
input: process.stdin,