squareroot: Difference between revisions
Jump to navigation
Jump to search
Verisimilar (talk | contribs) m (Applied Template:MacroFunction) |
Verisimilar (talk | contribs) m (Macros:Functions:squareroot moved to squareroot) |
(No difference)
|
Revision as of 04:49, 9 March 2009
squareroot() Function
Returns the square root of a number.
Usage
[h: num = squareroot(num)]
[h: num = sqrt(num)]
Example
[r: squareroot(9)]
[r: squareroot(81)]
Returns
39