Moving the decimal point

asked 11 years ago

david8381 gravatar image

I would like to have my answer expressed not in scientific notation... how would I do this? For example, instead of reporting 2.12345e5, I just want 212345

Thanks!

Preview: (hide)

Comments

Can you show an example?

Luca gravatar imageLuca ( 11 years ago )

You should be more precise, in you case, Sage does what you want: sage: 2.12345e5 212345.000000000

tmonteil gravatar imagetmonteil ( 11 years ago )

Though perhaps some function does report it this way? Sometimes graphics have this, for instance.

kcrisman gravatar imagekcrisman ( 11 years ago )