Group Abstract Group Abstract

Message Boards Message Boards

0
|
3.3K Views
|
2 Replies
|
0 Total Likes
View groups...
Share
Share this post:

How do we remove the power notation of a number?

Posted 2 years ago

As an example Mathematica returns the the following number:

  -5.65491*10^13

I would like to have it expressed as -565491000000000

The obvious functions (to me) was to try

  N[-5.65491*10^13,30]
  NumberForm[-5.65491*10^13,30]

but both leave the number with power notation kept. What is the reason?

Thanks.

POSTED BY: Jan Potocki
2 Replies
Posted 2 years ago

Thank you very much.

POSTED BY: Jan Potocki
Posted 2 years ago

Try DecimalForm:

DecimalForm[-5.65491*10^13]

Round also works:

Round[-5.65491*10^13]
POSTED BY: Hans Milton
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard