SQRT
- Last UpdatedMar 03, 2025
- 1 minute read
The SQRT() function produces a stream of results calculating the square root of a stream's values.
Syntax
|
Format |
Stream = SQRT( Stream ) |
|
Arguments |
Stream - A stream of values |
|
Description |
Returns a stream that is a copy of the input stream, but with all values being replaced with their square roots. |
Example
The following expression returns the square root of a two tag product.
SQRT(PLPReactor.PLPWIN2019.VectorTags.VectorX * PLPReactor.PLPWIN2019.VectorTags.VectorY )
Note: The gaps in the Expression trace are due to the two tag product giving a negative result.
