Atan function – Multichannel Systems NeuroExplorer User Manual

Page 298

Advertising
background image

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

NexScript Function Categories

Page 296

Advertising