Reractoring use of pow
Replacement "x*pow(10,y)" with "xey". Replacement "pow(n,2)" with "n*n". etc. Although these are not critical hotspots.
fixed at r1577
Replacement "x*pow(10,y)" with "xey".
Replacement "pow(n,2)" with "n*n".
etc. Although these are not critical hotspots.