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 37cb424 commit 49d897eCopy full SHA for 49d897e
web/script_2.js
@@ -82,7 +82,7 @@ const DIAGRAM_4_B =
82
83
const DIAGRAM_5_A =
84
"+----------------+--------------+---------------+---------------+---------------+\n" +
85
- "| | {<float>:.2} | {<float>:.2f} | {<float>:.2e} | {<float>:.2%} |\n" +
+ "| | {<float>:.2} | {<float>:.2f} | {<float>:.2e} | {<float>:.2%} |\n" +
86
87
"| 0.000056789 | '5.7e-05' | '0.00' | '5.68e-05' | '0.01%' |\n" +
88
"| 0.00056789 | '0.00057' | '0.00' | '5.68e-04' | '0.06%' |\n" +
0 commit comments