Sin function – Multichannel Systems NeuroExplorer User Manual
Page 293

5.5.13.13. sin Function
sin Function
Returns sine of the specified number.
Syntax
sin(double x)
Parameters
Parameter
Type
Description
x
double
Numeric value (sine parameter in radians).
Returns
Returns the sine of x.
Comments
None
Usage
NexScript
x = 10
y = sin(x)
See Also
Introduction to NexScript Programming
Page 291