Sqrt function – Multichannel Systems NeuroExplorer User Manual

Page 287

Advertising
background image

5.5.13.7. sqrt Function

sqrt Function


Returns the square root of the specified number.

Syntax


double sqrt(double x)

Parameters

Parameter

Type

Description

x

double

Numeric value (should be non-negative).

Returns


Returns the square root of x.

Comments


None

Usage

NexScript

y = sqrt(2)

See Also

Introduction to NexScript Programming

NexScript Function Categories

Page 285

Advertising