Quote:
Originally Posted by xelawho
mmm... but doesn't 1e-6 equal 0.000001?
|
My bad, in the original post I did 1e6 instead of 1e-6.
I was trying the code you used in a brand new dreamweaver file, and if you change the text box to 1e-7 the second text box comes out as scientific notation. Is there a limit to what it can convert? 1e7 works, 1e20 works, but it seems negatives don't.
Some of the equations are like this: 2.47105381e-16 . So I'd hate to have negative numbers not work.
Edit: Just tested my project again, and it seems to automatically convert to decimal when it does the math, however, it only works till a certain amount like stated above.
Now, I'm just scratching my head on this lol.