Investment Studio > Expressions > Functions > Math & Trig > SQR

float sqr(float argument)

Returns the square of the argument (= argument * argument = argument^2).

Example

=sqr(2)

and

=sqr(-2)

both equal 4.

See also abs, power, seriessum, sumsq.