!short: ABS()          Return the absolute value of a numeric expression
!file:C5G0_001.EHO:ABS()
!short: AVERAGE        Average numeric expressions in current work area
!file:C5G0_002.EHO:AVERAGE
!short: EXP()          Calculate e**x
!file:C5G0_001.EHO:EXP()
!short: INT()          Convert a numeric value to an integer
!file:C5G0_001.EHO:INT()
!short: LOG()          Calculate the natural logarithm of a numeric value
!file:C5G0_001.EHO:LOG()
!short: MAX()          Return the larger of two numeric or date values
!file:C5G0_001.EHO:MAX()
!short: MIN()          Return the smaller of two numeric or date values
!file:C5G0_001.EHO:MIN()
!short: MOD()*         Return dBASE III PLUS modulus of two numbers
!file:C5G0_001.EHO:MOD()*
!short: PAD()          Pad character, date, and numeric values with a fill character
!file:C5G0_001.EHO:PAD()
!short: ROUND()        Return a numeric value rounded to a specific number of digits
!file:C5G0_001.EHO:ROUND()
!short: SET DECIMALS   Set the number of decimal places displayed
!file:C5G0_002.EHO:"SET DECIMALS"
!short: SET FIXED      Toggle fixing of the number of decimals displayed
!file:C5G0_002.EHO:"SET FIXED"
!short: SQRT()         Return the square root of a positive number
!file:C5G0_001.EHO:SQRT()
!short: SUM            Sum numeric expressions to variables
!file:C5G0_002.EHO:SUM
!short: TOTAL          Summarize records by key value to a (.dbf) file
!file:C5G0_002.EHO:TOTAL
!short: VAL()          Convert a character number to numeric type
!file:C5G0_001.EHO:VAL()

