| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Fast multiply with a power of 10
Source position: mathh.inc line 120
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.