$Square: Difference between revisions

From m204wiki
Jump to navigation Jump to search
Automatically generated page update
(No difference)

Revision as of 13:18, 20 April 2013

The $SQUARE function multiplies a number by itself. $SQUARE takes the number to be squared as its one argument. For example:

$SQUARE(8)

equals 64.