Forum Discussion
ThomasUmphres
9 months agoCommunity Member
Javascript to Return a Number Variable to Show Exactly 3 Decimals
I have two variables called "AGCFreq" and "FreqRandom". They need to be exactly 3 decimal places. Even if "AGCFreq" = 60.020, it needs to display as 60.020. A randomized number between 0.022 and 0.0...
SBP_Inc
9 months agoCommunity Member
You might try .toFixed(3)