DTRHELP.HLB  —  Functions  FN$SQRT
       Calculates the square root of the input number.

1  –  Input

       Zero or a positive decimal number.

2  –  Output

       Zero or a positive decimal number of type G-floating.

3  –  Example

       DTR> PRINT FN$SQRT (196)

         FN$SQRT

        1.4000E+01

       DTR>
Close Help