squareroot: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
m (Applied Template:MacroFunction)
(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

   3
9