sqr()
Returns the square of the given numeric value.
Syntax
sqr
(
value
)
Parameters
Parameter
Type
Description
value
Number
Numeric value to square
Return Value
Number representing the square of the input.
Examples
sqr
(
5
)
; //returns 25
See also
sqr
sqrt