LOG
- Last UpdatedMar 20, 2025
- 1 minute read
The LOG() function produces a stream of results calculating the base 10 logarithm of a stream's values.
Syntax
|
Format |
Stream = LOG( Stream ) |
|
Arguments |
Stream - A stream of values |
|
Description |
Returns a stream that is a copy of the input stream, with all values converted to their base 10 logarithm. |