Formatted numeric output: Difference between revisions

Content deleted Content added
Line 808: Line 808:


=={{header|Mathematica}}==
=={{header|Mathematica}}==
<lang Mathematica>StringTake["000000" <> ToString[7.125], -9]</lang>
<lang Mathematica>StringTake["000000" <> ToString[7.125], -9]
00007.125</lang>
{{out}}
00007.125


=={{header|MATLAB}}==
=={{header|MATLAB}}==