tweak: output display
This commit is contained in:
parent
a1ce546c83
commit
0b4905a06a
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user