Sqr

From Mesham
Revision as of 12:53, 13 January 2013 by Polas (talk | contribs)
Jump to navigationJump to search

Overview

This sqr(d) function will return the result of squaring d.

  • Pass: A double to square
  • Returns: A double representing the squared result

Example

var a:=sqr(3.45);