Agilent 4155B/4156B User’s Guide Vol.2, Edition 5 7-17
Data Variable and Analysis Function
Built-in Function
LGT
Returns the logarithm (base 10) of expression.
Syntax LGT(expression)
If the expression is:
0 -Overflow is returned with status of "Arithmetic error".
negative value logarithm of absolute value is returned with status of
"Arithmetic error".
Example To return the logarithm of ID:
LGT(ID)
LOG
Returns the logarithm (base e) of expression.
Syntax LOG(expression)
If the expression is:
0 -Overflow is returned with status of "Arithmetic error".
negative value logarithm of absolute value is returned with status of
"Arithmetic error".
Example To return the logarithm of ID:
LOG(ID)