Unit 'System' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

FPower10

Fast multiply with a power of 10.

Declaration

Source position: mathh.inc line 137

function FPower10(

  val: Extended;

  Power: LongInt

):Extended;

Description

FPower10 multplies val with 10 to the power Power. It uses a fast algorithm to calculate the result.


Documentation generated on: Jul 24 2023