FORMULA LANGUAGE


@Sqrt
Example

Given a number, returns its positive square root.

Syntax

@Sqrt( number )

Parameters

number


Return value

Nu number


Usage

If the parameter is a list, the function operates on each element of the list, and the return value is a list with the same number of elements.

Language cross-reference

Sqr function of LotusScript language

Example
See Also