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!
Asked: 2013-11-29 09:56:18 -0600
Seen: 22,871 times
Last updated: Nov 29 '13
plot of ratio of polynomials with coefficients varying from extremely big to extremely small values
Rational reconstruction in ring of integers
Smallest positive numerical solution of an equation in one variable
Correct way to get an exact number of decimal digits (after the point)
Integrate() does not integrate
Numerical approximation of symbolic equation
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.