Reference.Sq History
Hide minor edits - Show changes to output
February 06, 2010, at 03:26 AM
by David A. Mellis -
Changed lines 19-20 from:
to:
February 05, 2010, at 09:23 PM
by Paul Badger -
Changed lines 19-20 from:
to:
October 11, 2008, at 04:50 PM
by David A. Mellis -
Added lines 1-19:
!!sq(x)
!!!!Description
Calculates the square of a number: the number multiplied by itself.
!!!!Parameters
x: the number, any data type
!!!!Returns
the square of the number
!!!!See also
* [[pow]]()
* [[sqrt]]()