LOG function
Calculates the logarithm of an expression using a specified base and returns that logarithm as a DECIMAL value.
Syntax
expression
base
ExampleThis procedure prompts the user for a base and a number, and then displays the log of the number. The VALIDATE option on the UPDATE statement ensures that the user enters a base value greater than 1 and a number greater than 0.
Notes
OpenEdge Release 10.2B
|