Formats a number in standard engineering format.
One of the few things that a To String cannot do is to write in Engineering standard format. This function adds that ability.
menu: veeos ==> data ==> formatting ==> toEngr
library: dataLib
o_toEngr(100*pi,3) returns 314.159
o_toEngr(1000*pi,3) returns 3.142 k
VEE 7.0+, all platforms
toBinStr8, toBinStr16, toBinStr32, toBinStrN, hexToInt, toUInt8, toInt16, toInt32