I'm searching for a way to get Reals formatted with at least one figure after the decimal point. So e.g. 3. should be printed as 3.0 and ScientificForm[300,3] as $3.0\times 10^2$. I tried the options NumberFormat, PaddedForm, Padding etc. with no success.
Tell me more
×
Mathematica Stack Exchange is a question and answer site for
users of Mathematica. It's 100% free, no registration required.
|
|
||||
|
|
Here is an idea:
|
|||||
|
|
With the help of @ruebenko and @Artes I came to the following solution, writing my own expForm as an alternative to
This looks now as I want:
with the output:
|
|||||||
|
|
Maybe you want this :
This should do what you need :
Let's test this function
|
|||||||||||||||
|
