The Sidef programming language
Search...
Ctrl + K
Programming tasks
F
Formatted numeric output
Copy
printf
(
"%09.3f\n"
,
7.125
)
or
Copy
say (
"%09.3f"
%
7.125
)
Output:
Copy
00007.125
Previous
Fork
Next
Fortunate numbers
Last updated
1 year ago