Sqrt

From Mesham
Revision as of 22:19, 10 January 2010 by Polas (talk | contribs) (Created page with '== Overview == This sqrt[n] function will return the result of square rooting ''n''. * '''Pass:''' An integer to find square root of * '''Returns:''' A double which is the squa…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Overview

This sqrt[n] function will return the result of square rooting n.

  • Pass: An integer to find square root of
  • Returns: A double which is the square root

Example

var a:=sqrt[8];