Message Boards Message Boards

0
|
150 Views
|
3 Replies
|
5 Total Likes
View groups...
Share
Share this post:

Changing how EngineeringForm output is being displayed

Posted 3 days ago

POSTED BY: Martin Xia
3 Replies
Posted 3 days ago

By default, EngineeringForm uses exponents that are multiples of 3. If what you want is a single digit left of the point, then use ScientificForm instead.

POSTED BY: Eric Rimbey

thank you!

POSTED BY: Martin Xia

You can do it in both forms by specifying the Precision, i.e. the total number of digits in the mantissa:

EngineeringForm[66666.66`7]

or

ScientificForm[66666.66`7]

If you want to present the mantissa with only one digit before the dot in EngineeringForm you must set the option ExponentStep equal to 1:

EngineeringForm[66666.66`7, ExponentStep -> 1]
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract