Fast multiply with a power of 10.
Source position: mathh.inc line 137
function FPower10(
val: Extended;
Power: LongInt
):Extended;
FPower10 multplies val with 10 to the power Power. It uses a fast algorithm to calculate the result.