Log function – Multichannel Systems NeuroExplorer User Manual
Page 292

5.5.13.12. log Function
log Function
Returns logarithm of the specified number.
Syntax
log(double x)
Parameters
Parameter
Type
Description
x
double
Numeric value (the value should be positive).
Returns
Returns logarithm of x.
Comments
None
Usage
NexScript
y = log(2.5)
See Also
Introduction to NexScript Programming
Page 290