WEBcnx 2024.1 is out now bringing with it a host of new features and performance enhancements. Read more.

Open navigation

SQR Function

Applies from Version:WEBcnx 2024.1Applies to Version:


Description

Returns the square of the specified number.


Syntax 

SQR(number)


The SQR function has the following arguments:

  • number Required. The number for which is squared.

Returns

A square number


Examples 

ExpressionDescriptionResult
SQR(2)Square value of 2.4
SQR(-2)Square of -2.4
PrevROUNDUP Function
SQRT FunctionNext

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.

You may like to read -

Table of contents

Description