sqrt() Function

Function

sqrt( number )

Returns the square root(s) of the specified number(s).

Parameters

Keyword Type Description

number

Decimal Array

A number or array of numbers, the square root(s) of which will be returned.

Returns

Decimal

Examples

sqrt(2.25) returns 1.5

Open in Github Built: Tue, May 23, 2023 (06:12:33 PM)

On This Page

FEEDBACK