SQRT function
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Returns the square root (as a DECIMAL value) of an expression you specify.
Syntax
|
- expression
- A numeric expression. If the value of the expression is negative, SQRT
returns the Unknown value (
?).
Example
This procedure prompts for a number and then displays the square root of that number:
r-sqrt.p
|