Moving the decimal point
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!
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!
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2013-11-29 16:56:18 +0100
Seen: 23,329 times
Last updated: Nov 29 '13
Numerical approximation of symbolic equation
unable to numerically solve an equation (basic question)
converting symbolic solve output to numbers [was "numerical value"]
pi and e not evaluated when i use my own classes
Integrate() does not integrate
How do I "tidy up" error terms in a matrix?
Can you show an example?
You should be more precise, in you case, Sage does what you want: sage: 2.12345e5 212345.000000000
Though perhaps some function does report it this way? Sometimes graphics have this, for instance.