It has been a while since I did any base e calculations. I can’t seem to remember how to do this: -5e-6
In my code, I have double x = -5*M_E-6, which equals (-5*M_E) - 6, which roughly equals -19.6. This, however, does not equal -5e-6.
How do I represent -5e-6 programmically?
Thanks.
That’s not base e math, that’s scientific notation. Type it as it is shown.