Table of Contents

SQRT function

Description

Calculates the square root of a positive number.

Syntax

root = Sqrt(expression)

Parameters

The Sqrt function has the following parameters.

ParameterDescription
expressionMust evaluate to a positive number or 0 (zero).

See Also

EXP() function, PWR() function, LN() function

Example

* C is set to a value of 12.

C = Sqrt(144)