Displaying 1 result from an estimated 1 matches for "formateng".
Did you mean:
formated
2006 Jul 06
4
engineering notation format
Hi,
How can I format numbers to engineering notation?
That is, like scientific but where the exponent is always a multiple of
three.
Some examples:
1635 000 000 => 1.635E9
163 500 000 => 163.5E6
0.000 000 000 135 => 135E-9
I've tried format and formatC but I couldn't get them to work they I
want.
Any help is greatly appreciated.
Thanks,
Sam