Team:DTU-Denmark/Achievements/Calculator
From 2014.igem.org
(Difference between revisions)
Tbjohannesen (Talk | contribs) |
Tbjohannesen (Talk | contribs) |
||
Line 64: | Line 64: | ||
activity2.value = parseFloat(activity.value); | activity2.value = parseFloat(activity.value); | ||
+ | if (activity2.value <= 0.001 || activity2.value >= 1000) { activity2.value = parseFloat(activity2.value).toExponential() }; | ||
"> | "> |
Revision as of 00:21, 18 October 2014