Free cookie consent management tool by TermsFeed sqrt() Function
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: Fri, Nov 10, 2023 (03:42:48 PM)

sqrt() Function

FEEDBACK