SQRT function
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- 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
|