RosettaCodeData/Task/Formatted-numeric-output/00DESCRIPTION

7 lines
187 B
Text
Raw Permalink Normal View History

2016-12-05 22:15:40 +01:00
;Task:
2013-04-10 21:29:02 -07:00
Express a number in decimal as a fixed-length string with leading zeros.
2016-12-05 22:15:40 +01:00
For example, the number   '''7.125'''   could be expressed as   '''00007.125'''.
<br><br>