Square Function

Purpose

Returns the square of a numeric expression.

Syntax

# = Square(x)

x:aexp

Description

Square multiplies a numeric expression with itself.

Example

Debug.Show

Trace Square(FRound(4 * 4 + 4 / 8))

Trace Square(-5.5)

Remarks

See Also

Sqr

{Created by Sjouke Hamstra; Last updated: 23/10/2014 by James Gaite}