Cos function – Multichannel Systems NeuroExplorer User Manual

Page 294

Advertising
background image

5.5.13.14. cos Function

cos Function


Returns cosine of the specified number.

Syntax


double cos(double x)

Parameters

Parameter

Type

Description

x

double

Numeric value (cosine parameter in radians).

Returns


Returns cosine of x.

Comments


None

Usage

NexScript

y = cos(0.5)

See Also

Introduction to NexScript Programming

NexScript Function Categories

Page 292

Advertising