tweak: output display

This commit is contained in:
NunoSempere 2022-05-03 12:39:16 -04:00
parent a1ce546c83
commit 0b4905a06a

View File

@ -239,7 +239,7 @@ let customToStringHandlerToGuesstimateSyntax = (node, options) => {
}
};
let toPrecision2 = (f) => f.toPrecision(2);
let toPrecision2 = (f) => f.toPrecision(2).toString();
let toShortGuesstimateString = (node) => {
if (isArgLognormal(node)) {
let factors = getFactors(node);