Sqrt

From Mesham

Jump to: navigation, 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];
Personal tools