RGB ES wrote:
On the help files, you find numbers written like 1.79769313486232 x 10E308This is wrong: it should be either 1.79769313486232 x 10^308 or 1.79769313486232E308 what do you think?
Yes, it's wrong and your first proposal is correct and more readable than the second one. Then I wonder how many times we have these kind of numbers in our documentation... and probably when they do appear we are more interested in their order of magnitude than in their actual value.
Regards, Andrea.