Sqrt
From Mesham
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];
This sqrt[n] function will return the result of square rooting n.
var a:=sqrt[8];