POWER
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Returns expression1 raised to the power of expression2.
Syntax
|
Notes
- expression1 must evaluate to a numeric data type.
- expression2 must evaluate to an exact numeric data type.
Example
This
example illustrates the POWER function, raising ‘3'
to the second power:
|