Atan function – Multichannel Systems NeuroExplorer User Manual
Page 298

5.5.13.18. atan Function
atan Function
Returns the arctangent of the specified number.
Syntax
double acos(double x)
Parameters
Parameter
Type
Description
double
x
Numeric value.
Returns
Returns y such that x = tan(y).
Comments
None
Usage
NexScript
x = 2
y = atan(x)
See Also
Introduction to NexScript Programming
Page 296