sqrt() Function

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

Syntax

sqrt( number, … )

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: Fri, Nov 04, 2022 (07:10:52 PM)

On This Page

FEEDBACK