ID:2960272
 
BYOND Version:515
Operating System:Linux
Web Browser:Firefox 133.0
Applies to:Dream Maker
Status: Open

Issue hasn't been assigned a status value.
Descriptive Problem Summary:

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

Login to reply.