Tan function – Multichannel Systems NeuroExplorer User Manual
Page 295

5.5.13.15. tan Function
tan Function
Returns tangent of the specified number.
Syntax
tan(double x)
Parameters
Parameter
Type
Description
x
double
Numeric value (tangent parameter in radians).
Returns
Returns tangent of x.
Comments
None
Usage
NexScript
y = tan(1)
See Also
Introduction to NexScript Programming
Page 293