| Author |
Comment/Response |
Kaveh
|
11/15/08 10:31am
I believe that PaddedForm command might help
PaddedForm[RandomReal[10, {7}], {3, 4}]
In this case, 4 is the number of digits after the decimal.
Here is the link:
http://reference.wolfram.com/mathematica/tutorial/\
OutputFormatsForNumbers.html
and look for PaddedForm[expr,{tot,frac}]
URL: , |
|