The ANTILOG10 function calculates the value of 10 raised to a specified power.
Return Value
DECIMAL
Syntax
ANTILOG10(n)
Arguments
The power of 10 to be returned by the ANTILOG10 function.
10
Examples
Example 7-30 Calculating the Value of Ten Raised to the Third Power
The following function calculates the value of 10 raised to the third power.
ANTILOG10(3)
This function returns the following value.
1,000.00