SQRT
- Last UpdatedMar 20, 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. |