Sqr

From Mesham
Revision as of 22:18, 10 January 2010 by Polas (talk | contribs) (Created page with '== Overview == This sqr[n] function will return the result of squaring ''n''. * '''Pass:''' An integer to square * '''Returns:''' An integer representing the squared result ==…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Overview

This sqr[n] function will return the result of squaring n.

  • Pass: An integer to square
  • Returns: An integer representing the squared result

Example

var a:=sqr[10];