sqr

sqr -- finds the square of a number.

Syntax

sqr (number)

		

Arguments

number

Any number.

Returns

The square of the number.

Example

    Gamma> sqr(11);
    121
    Gamma> sqr(32.73);
    1071.2528999999997268
    Gamma>  
    		

See Also

sqrt

Copyright 1995-2002 by Cogent Real-Time Systems, Inc.