Sqrt()
- Last UpdatedNov 21, 2018
- 1 minute read
Returns the square root of a number.
Category
Math
Syntax
RealResult = Sqrt( Number );
Parameter
Number
Any number or numeric attribute.
Example
This example takes the value of me.PV and returns the square root as the value of x:
x=Sqrt(me.PV);