square

From RPTools Wiki
Revision as of 22:21, 9 February 2023 by Conversion script (talk | contribs) (Conversion script moved page square to Square without leaving a redirect: Converting page title to first-letter uppercase)
Jump to navigation Jump to search

square() Function

Returns the square of a number.

Usage

[h: num = square(num)]
[h: num = sqr(num)]

Examples

[r: square(5)]
[r: square(6)]

Returns

   25
36