Significant figures is also used to denote precision in a number.
If you have the number 10 and want 4 significant figures the result is 10.00
Code Snippet (if applicable) to Reproduce Problem:
/world/New()
world.log << num2text(10, 4)
Expected Results:
10.00
Actual Results:
10