sqr()

Returns the square of the given numeric value.

Syntax

sqr(value)

Parameters

Parameter Type Description
value Number Numeric value to square

Return Value

Examples

sqr(5); //returns 25

See also

sqr
sqrt