We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f14613b commit 115b1ceCopy full SHA for 115b1ce
script.js
@@ -11,7 +11,7 @@ function doMath(input) {
11
output_line = line;
12
} else {
13
try {
14
- output_line = math.evaluate(line, scope);
+ output_line = math.format(math.evaluate(line, scope), 14);
15
} catch(e) {
16
output_line = e;
17
}
0 commit comments