Moving the decimal point

asked 2013-11-29 16:56:18 +0200

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!

edit retag flag offensive close merge delete

Comments

Can you show an example?

Luca gravatar imageLuca ( 2013-11-29 18:31:33 +0200 )edit

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

tmonteil gravatar imagetmonteil ( 2013-11-30 06:19:41 +0200 )edit

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

kcrisman gravatar imagekcrisman ( 2013-11-30 21:18:52 +0200 )edit