LOG(a)
Returns the logarithm (base 10) of a.
Parameters
a(REAL)
The input value.
Return Value
Returns a REAL.
Remarks
If a is less than zero, the task will fault. An error will be logged in the Event Log and the user program running on the task will stop.
Examples
LOG(1000.0) returns 3.0.
LOG(15.0) returns 1.1760913.
See Also
Copyright © 2024 Delta Computer Systems, Inc. dba Delta Motion